2011

Table Of Contents
Use Operators in Expressions
Dimensional constraint parameters and user variables support the following
operators within expressions:
DescriptionOperator
Addition+
Subtraction or unary negation-
Floating point modulo%
Multiplication*
Division/
Exponentiation^
Parenthesis, expression delimiter( )
Decimal separator.
NOTE With imperial units, the Parameters Manager interprets a minus or a dash
(-) as a unit separator rather than a subtraction operation. To specify subtraction,
include at least one space before or after the minus sign. For example, to subtract
9" from 5', enter 5' -9" rather than 5'-9".
Understand Precedence in Expressions
Expressions are evaluated according to the following standard mathematical
rules of precedence:
1 Expressions in parentheses first, starting with the innermost set
2 Operators in standard order: (1) unary negation, (2) exponents, (3)
multiplication and division, and (4) addition and subtraction
3 Operators of equal precedence from left to right
Control Geometry with the Parameters Manager | 843