NormalMeasurementResult

Interface NormalMeasurementResult

The result of a measurement of the normal of a face at a specific point.

interface NormalMeasurementResult {
    normal: Vector3;
    point: Vector3;
}
Index

Properties

Properties

normal: Vector3

The calculated normal vector.

point: Vector3

The point on the face used for the normal calculation.




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