ThicknessMeasurementResult

Type alias ThicknessMeasurementResultExperimental

ThicknessMeasurementResult: {
    point: [number, number, number];
    thickness: number;
}

The result of a thickness measurement.

ATTENTION This API is experimental and may be changed in the future without notice!

Type declaration

  • point: [number, number, number]

    The point on the topological shape used for the thickness calculation.

  • thickness: number

    The calculated thickness value.