ThicknessMeasurementResult#
Type alias ThicknessMeasurementResultExperimental
Thickness Measurement Result: {
point: [number, number, number];
thickness: number;
}
point: [number, number, number];
thickness: number;
}
Type declaration
-
point: [number, number, number]
The point on the topological shape used for the thickness calculation.
-
thickness: number
The calculated thickness value.
The result of a thickness measurement.
ATTENTION This API is experimental and may be changed in the future without notice!