ThicknessMeasurementResult

Interface ThicknessMeasurementResult

The result of a thickness measurement.

interface ThicknessMeasurementResult {
    points: [Vector3, Vector3];
    thickness: number;
}
Index

Properties

Properties

points: [Vector3, Vector3]

The two 3D points used to calculate the thickness.

thickness: number

The calculated thickness value.




Was this page helpful? Please leave a thumbs up or down.