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