Model - linearDimensionEntity producers
Every producer whose return is linearDimensionEntity[] — what it creates is concatenated into the entity stream. Authored as a step in an objects[] chain.
| Method | Description | Arg | Type | Default | Meaning |
|---|---|---|---|---|---|
dimensionLinear | Linear Dimension — Distance between two points, drawn on a dimension line through linePoint. The measured value is never stored — it is a function of the points, so it can never disagree with the drawing. | point1 | point | [0,0,0] | First measured point. |
point2 | point | [100,0,0] | Second measured point — the value is the true 3D distance. | ||
linePoint | point | [0,10,0] | A point the DIMENSION LINE passes through — this is the offset, stated as geometry (no sign convention to remember). | ||
style | string | 'standard' | annotationStyles[] name (quote literals). 'standard' is the builtin. | ||
text | string | '' | Override text; empty shows the measured value. |