clipPointsOnOrInside Method
Test many points. Distribute them to arrays depending on in/out result.
clipPointsOnOrInside(points: Point3d[], inOrOn: Point3d[], out: Point3d[]): void
| Parameter | Type | Description |
|---|---|---|
| points | Point3d[] | points to test |
| inOrOn | Point3d[] | points that are in or on the set |
| out | Point3d[] | points that are out. |
Returns - void
Defined in
- clipping/ConvexClipPlaneSet.ts Line 604
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.