BetweenMeasurementResult#
Type alias BetweenMeasurementResultExperimental
Between Measurement Result: {
angle?: number;
distance: number;
points: [[number, number, number], [number, number, number]];
}
angle?: number;
distance: number;
points: [[number, number, number], [number, number, number]];
}
Type declaration
-
Optional
angle?: numberThe angle between the two measurement targets if applicable.
-
distance: number
The distance between the two measurement targets.
- If the two measurement targets intersect the distance is zero.
-
points: [[number, number, number], [number, number, number]]
The two 3D points used to calculate the distance.
- If the two measurement targets intersect the two points are equal.
- If the two measurement targets intersect and both are from the class PLANE the two points are used to describe the intersection line.
The result of a measurement between two targets.
ATTENTION This API is experimental and may be changed in the future without notice!