Enum GeometrySingleton.PolyBooleanOperation

enum PolyBooleanOperation : int { ... }

Enum members

NameDescription
operationDifference Create regions where subject polygons are filled except where clip polygons are filled.
operationIntersection Create regions where both subject and clip polygons are filled.
operationUnion Create regions where either subject or clip polygons (or both) are filled.
operationXor Create regions where either subject or clip polygons are filled but not where both are filled.