BetweenMeasurementResult#
Type alias BetweenMeasurementResult
Between
angle?: number;
distance: number;
points: [[number, number, number], [number, number, number]];
}
angle?: number;
distance: number;
points: [[number, number, number], [number, number, number]];
}
Type declaration
- 
Optionalangle?: numberThe angle between the two measurement targets if applicable. 
- 
distance: numberThe 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.