Home | ClipperLib |
|
The Clipper class encapsulates boolean operations on polygons (intersection, union, difference and XOR), which is also called polygon clipping.
Input polygons, both subject and clip sets, are passed to a Clipper object by its AddPath and AddPaths methods, and the clipping operation is performed by calling its Execute method. Multiple boolean operations can be performed on the same input polygon sets by repeat calls to Execute.
Fields | Methods | Properties |
---|---|---|
In Clipper: | ||
Constructor | PreserveCollinear | |
Execute | ReverseSolution | |
StrictlySimple | ||
ZFillFunction | ||
In ClipperBase: | ||
AddPath | ||
AddPaths | ||
Clear | ||
GetBounds |
Copyright ©2010-2014 Angus Johnson - Clipper 6.2.1 - Help file built on 1-November-2014