Home | ClipperLib |
Clipper
Hierarchy
|
The Clipper class encapsulates boolean clipping operations (intersection, union, difference and XOR) on polygons.
Input polygons are passed to a Clipper object by the AddPolygon and AddPolygons methods, and the clipping operation is performed by the Execute method. Multiple boolean operations can be performed on the same input polygon set by repeat calls to Execute. However, if a differenct set of input polygons requires 'clipping', then the Clear method must be called to remove any existing polygons before new polygons are added.
Reference
Methods | Properties |
---|---|
In Clipper: | |
Constructor | ReverseSolution |
Execute | |
In ClipperBase: | |
AddPolygon | |
AddPolygons | |
Clear | |
GetBounds |
Copyright ©2010-2012 Angus Johnson - Clipper version 5.1.0 - Help file built on 17-February-2013