NormalMeasurementResult¶ webVis API ReferenceNormalMeasurementResultInterface NormalMeasurementResultThe result of a measurement of the normal of a face at a specific point. SeeMeasurementAPI.measureNormal interface NormalMeasurementResult { normal: [number, number, number]; point: [number, number, number];} IndexPropertiesnormal point Propertiesnormalnormal: [number, number, number]The calculated normal vector. pointpoint: [number, number, number]The point on the face used for the normal calculation.
The result of a measurement of the normal of a face at a specific point.
See
MeasurementAPI.measureNormal