A 3D curve given as an array of line segments. The line segments are
given by the start and end points. The line segments are not necessarily
ordered or connected.
One or multiple nodes given by an array of node IDs.
Value Type
number[]
PLANE
PLANE:2
A 3D plane given by the coefficients A, B, C, and D of the plane equation Ax + By + Cz = D.
The plane data is specified as a single array with the format:
[A, B, C, D]
Value Type
[number, number, number, number]
POINT
POINT:0
A 3D point given by its x, y, and z coordinates.
Value Type
[number, number, number]
TOPOLOGY
TOPOLOGY:3
A part of a geometry represented by a TopologyHandle. This includes shapes, faces, and edges.
The available classes of MeasurementTargets that can be used with the MeasurementAPI.
See