classifyPointContainment Method

Determines whether the given points fall inside or outside this set of ClipPrimitives.

classifyPointContainment(points: Point3d[], ignoreMasks: boolean = false): ClipPlaneContainment

Parameter Type Description
points Point3d[] the points to test.
ignoreMasks boolean if false (default), the containment test for each masked ClipShape primitive is inverted.
If true, no inversion is performed.

Returns - ClipPlaneContainment

Defined in

Last Updated: 23 June, 2026