ClipPlaneContainment Enumeration
Enumerated type for describing where geometry lies with respect to clipping planes.
Members
| Name | Value | Description |
|---|---|---|
| Ambiguous | Inside/outside state unknown. | |
| StronglyInside | All points inside. | |
| StronglyOutside | All points outside. |
Defined in
- clipping/ClipUtils.ts Line 48
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.