Clipper

The Clipper Library

Clipper

Hierarchy

   |

ClipperBase

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.

Reference

Methods Properties
In Clipper:
Constructor PreserveCollinear
Execute ReverseSolution
StrictlySimple
ZFillFunction
In ClipperBase:
AddPath
AddPaths
Clear
GetBounds

See Also

Overview, ClipType