parseToClipper MethodStatic
Look for content that represents a clipper.
- Possible outputs are- ClipPlane
- ConvexClipPlaneSet
- UnionOfConvexClipPlaneSets
- One of the ClipBooleanderived classes- ClipBooleanXOR
- ClipBooleanOR
- ClipBooleanAND
 
 
parseToClipper(source?: object): undefined | Clipper
| Parameter | Type | Description | 
|---|---|---|
| source | object | json object | 
Returns - undefined | Clipper
Defined in
- clipping/BooleanClipFactory.ts Line 125
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.