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