Api - IMeasurePointInsideOptions Interface
Hierarchy
- IMeasurePointInsideOptions
Index
Properties
Properties
Optional farPoint
Optional point of reference which is outside the bounds of the modelContext.
Optional measureAtlas
Optional atlas of measurements of paths within the model (to prevent intersection calculations).
Optional out_intersectionPoints
Output variable which will contain an array of points where the ray intersected the model. The ray is a line from pointToCheck to options.farPoint.
Generated using TypeDoc
Options to pass to measure.isPointInsideModel().