createCaptureParity MethodStatic
Create a boolean clipper which performs a parity over its children
- if
keepInside === true, accept the "inside" of the parity result - if
keepInside === false, accept the "outside" of the parity result
createCaptureParity(clippers: Clipper | Clipper[], keepInside: boolean): Clipper
| Parameter | Type | Description |
|---|---|---|
| clippers | Clipper | Clipper[] | clip objects to capture |
| keepInside | boolean | flag to select results inside or outside the clippers. |
Returns - Clipper
Defined in
- clipping/BooleanClipFactory.ts Line 60
Last Updated: 20 June, 2023