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
- clipping/ClipPrimitive.ts Line 293
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.