ThicknessMeasurementResult¶ webVis API ReferenceThicknessMeasurementResultInterface ThicknessMeasurementResultThe result of a thickness measurement. See MeasurementAPI.measureThickness MeasurementType.THICKNESS interface ThicknessMeasurementResult { points: [[number, number, number], [number, number, number]]; thickness: number;} IndexPropertiespoints thickness Propertiespointspoints: [[number, number, number], [number, number, number]]The two 3D points used to calculate the thickness. thicknessthickness: numberThe calculated thickness value.
The result of a thickness measurement.
See