Model - angularDimensionEntity producers
Every producer whose return is angularDimensionEntity[] — what it creates is concatenated into the entity stream. Authored as a step in an objects[] chain.
| Method | Description | Arg | Type | Default | Meaning |
|---|---|---|---|---|---|
dimensionAngular | Angular Dimension | vertex | point | [0,0,0] | Angle vertex. |
point1 | point | [100,0,0] | Point on the first arm. | ||
point2 | point | [0,100,0] | Point on the second arm. | ||
arcPoint | point | [12,12,0] | A point ON the dimension arc: its distance from the vertex sets the radius, and the quadrant it falls in picks WHICH of the four angles two crossing arms subtend is meant. | ||
style | string | 'standard' | annotationStyles[] name (quote literals). | ||
text | string | '' | Override text; empty shows the measured angle. |