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