Enum ConstrHatchInside.HatchMode
A mode used when creating shapes from curves.
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public enum HatchMode
Fields
| Name | Description |
|---|---|
| allShapes | All shapes that cane be created from the provided curves. |
| excludeHoles | All holes which are contained in the shape are also included in the result |
| hull | The simple biggest shape without holes defined by the curves and which in case of a provided inner point contains that point |
| simple | A simple shape without holes and in case of an inner point the smallest shape that contains this point |