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:
Clear PreserveCollinear
Constructor ReverseSolution
Execute StrictlySimple
GetBounds ZFillFunction

See Also

Overview, AddPath, AddPaths, ClipType