Enum VoidTreatment
Controls the handling of internal regions in a polygon boolean operation.
Namespace: Elements.Geometry
Assembly: Hypar.Elements.dll
Syntax
public enum VoidTreatment
Fields
Name | Description |
---|---|
IgnoreInternalVoids | Treat all contained or overlapping polygons as solid. This corresponds to Clipper's "Positive" PolyFillType. |
PreserveInternalVoids | Use an Even/Odd fill pattern to decide whether internal polygons are solid or void. This corresponds to Clipper's "EvenOdd" PolyFillType. |