You can include formula to the current measurement property using the Formula Builder dialog box. The object property can be used with arithmetic operators. For example:
o =[Area]*2
o =[Volume]*3
o =[Length]*2
Note: You can use round brackets or parenthesis to include complex arithmetic. For example, [Area]*([Length]*6).
For understanding how CADMeasure performs the calculations, see Understanding Calculations in Rules.
To include the formula in property, perform the following steps:
1. Specify the selection criteria. For additional information, see Specifying Rule Selection Criteria.
2. Select <Use Formula> from the Property drop-down list.
The Formula Builder dialog box.
3. Select the formula you wish to use and add arithmetic to it. For example, "=[Area]*2".
4. Place the cursor and type the formula for Property in a measurement property and press the Enter key.
The formula is included in the measurement property. For example, Area is selected from the Property drop-down list and it multiplied by two.