Enum HatchStyleContour.ESpiralMode
Parallel or continous filling modes
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public enum ESpiralMode
Fields
| Name | Description |
|---|---|
| ContourSpiral | Connects the parallel contours to one ore more paths to build a continuous contour theat goes as a kind of spiral from the outside to the inside |
| ContourSpiralClosed | Same as ContourSpiral, but the outermost contour is always closed |
| Parallel | Creates parallel contours to the inside of the enclosing contours or the outside of the holes |
| RoundSpiral | Ctreates a round spiral that couvers the whole form and is clipped by the definig CompoundShape |