--- layout: posts title: Api - IMeasurePointInsideOptions Interface ---

Options to pass to measure.isPointInsideModel().

Hierarchy

Index

Properties

Optional farPoint

farPoint: IPoint

Optional point of reference which is outside the bounds of the modelContext.

Optional measureAtlas

measureAtlas: Atlas

Optional atlas of measurements of paths within the model (to prevent intersection calculations).

Optional out_intersectionPoints

out_intersectionPoints: IPoint[]

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