Passes the string str to the DIESEL evaluator and returns the result of evaluating it. Can be helpful in cases where you a DIESEL expression from $(getvar and want it interpreted.
$(EVAL, str)
Examples
Code | Returns |
---|---|
$(getvar,users1) | $(getvar,lastpoint) |
$(eval,users1) | users1 |
$(eval,$(getvar,users1)) | 420.5,594.4,0.0 |
$(eval,$(+,1,5)) | 6 |
See also...
DIESEL functionsBricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. Copyright © 2001- Menhirs NV - All rights reserved. |