Skip to content
Shapemetry

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.

MethodDescriptionArgTypeDefaultMeaning
dimensionLinearLinear 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.point1point[0,0,0]First measured point.
point2point[100,0,0]Second measured point — the value is the true 3D distance.
linePointpoint[0,10,0]A point the DIMENSION LINE passes through — this is the offset, stated as geometry (no sign convention to remember).
stylestring'standard'annotationStyles[] name (quote literals). 'standard' is the builtin.
textstring''Override text; empty shows the measured value.
Last updated: 📖 1 min readEdit on GitHub