Design.unitsManager Property
Parent Object: DesignDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Design.h>
Description
Returns the UnitsManager object associated with this product.
Syntax
"design_var" is a variable referencing a Design object.
|
Property Value
This is a read only property whose value is a UnitsManager.Samples
Name | Description |
Use inputBox to get value and evaluateExpression to validate it | Uses the UserInterface.inputBox function to get a string from the user and then validates that the strinng entered is a valid expression by using the UnitsManager.evaluateExpression function. |