classifyPointContainment Method
Quick test of whether the given points fall completely inside or outside.
classifyPointContainment(points: Point3d[], ignoreInvisibleSetting: boolean): ClipPlaneContainment
| Parameter | Type | Description | 
|---|---|---|
| points | Point3d[] | points to test. | 
| ignoreInvisibleSetting | boolean | if true, do the test with the clip planes and return that, ignoring the invisible setting.  | 
Returns - ClipPlaneContainment
Defined in
- clipping/ClipPrimitive.ts Line 285
 
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.