ClipStatus Enumeration
Enumerated type for describing what must yet be done to clip a piece of geometry.
Members
| Name | Value | Description | 
|---|---|---|
| ClipRequired | Some geometry may cross the clip boundaries | |
| TrivialAccept | Geometry is clearly inside | |
| TrivialReject | Geometry is clearly outside | 
Defined in
- clipping/ClipUtils.ts Line 71
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.