classifyPointContainment Method

Quick test of whether the given points fall completely inside or outside.

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

Parameter Type Description
points Point3d[] points to test.
ignoreMasks boolean if false, invert the containment test on a masked (hole) instance; otherwise perform the containment test as usual.

Returns - ClipPlaneContainment

Defined in

Last Updated: 23 June, 2026