Enum HatchStyleContour.EHoleMode
How to proceed with holes in the area to be filled.
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public enum EHoleMode
Fields
| Name | Description |
|---|---|
| both | circumscribe the first curve and skip all following curves |
| circumscribe | Create curves that go around the holes. |
| skip | Simply break the curves that fill the area |