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 46
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.