Data structure representing an angle measurement.
Object top level position properties define the vertex/intersection for the measured angle.
The start and end properties represent points in space. The arms of the angle are defined as lines from
vertex to start and end.
If the vertex is not defined by the top level position properties, the start and end properties
represent lines or faces. The angle is calculated at the intersection of these two.
Data structure representing an angle measurement. Object top level
position
properties define the vertex/intersection for the measured angle. Thestart
andend
properties represent points in space. The arms of the angle are defined as lines from vertex tostart
andend
.If the vertex is not defined by the top level
position
properties, thestart
andend
properties represent lines or faces. The angle is calculated at the intersection of these two.