createCaptureDifference MethodStatic
Create a boolean clipper which performs a difference operation for points "inside primaryClipper" and "outside excludedClipper"
- if keepInside === true, accept the "inside" of the difference
- if keepInside === false, accept the "outside" of the difference
createCaptureDifference(primaryClipper: Clipper, excludedClipper: Clipper, keepInside: boolean): Clipper
| Parameter | Type | Description | 
|---|---|---|
| primaryClipper | Clipper | any clip object whose output is treated as positive | 
| excludedClipper | Clipper | |
| keepInside | boolean | flag to select results inside or outside the initial primary minus excludeClipperclippers. | 
Returns - Clipper
Defined in
- clipping/BooleanClipFactory.ts Line 73
Last Updated: 30 November, 2023