classifyPointContainment Method

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

classifyPointContainment(points: Point3d[], _ignoreMasks: boolean = true): ClipPlaneContainment

Parameter Type Description
points Point3d[] points to test.
_ignoreMasks boolean unused. The ClipShape override inverts this test when ignoreMasks is false and the instance is masked.

Returns - ClipPlaneContainment

Defined in

Last Updated: 23 June, 2026