ClipType
Clipper.ClipType
Properties
None
: number
None.
Intersection
: number
AND (intersection) - regions covered by both subject and clip polygons.
Union
: number
OR (union) - regions covered by subject or clip polygons, or both polygons.
Difference
: number
NOT (difference) - regions covered by subject, but not clip polygons.
Xor
: number
XOR (exclusive or) - regions covered by subject or clip polygons, but not both.