- THE PARAMETERS
- StyleName: The style of the objects that form the
corners that should be counted.
- CornerAngle: The angle of the corners that should
be counted.
- Tolerance: The variation from the corner angle value
set in CornerAngle in which the corners will
still qualify for counting. Type a value for the tolerance
— for example, 0.25. If you do not want to use a tolerance,
type zero (0).
- Know your list separator: When typing a formula, make sure you separate
its elements with your computer's list
separator symbol. Yours may be different from the one used in this
guide. Examples (in red):
With Semicolon |
With Comma |
$Layout1.Length(Cutting; m; yes);
n2$ |
$Layout1.Length(Cutting, m, yes),
n2$ |
Examples
The examples that follow show you how to write formulas for counting
corners by specifying their size. The examples count corners in a
OneUp1 drawing and for objects in the Cutting style. The n0 identifier removes the result's fractional part.