WinderPathResult
Description:
Flag indicates whether curves are valid to use as base lines for winder path.
Flag indicates whether curves are valid to use as base lines for winder path.
public enum WinderPathResult
| Name | Description |
|---|---|
| ColinearOrOverlap | Two curves are collinear or overlap. |
| InvalidCurveType | Curve is not line. |
| Noncontinuous | The curves are not continuous in one loop. |
| NotOpenLoop | The curves are not in one open loop. |
| NotSupported | This path(for zigzag winder) is not supported yet |
| NumberOutOfRange | The curves number is not 2 or 3. |
| SelfIntersect | The first curve intersect with third curve. |
| Success | Indicates curves are valid to use as path base lines for winder run. This is only one flag indicates curves are fine to use as winder path. |
| TooShort | Curve length is too short. |
| Unbound | Curve is not bound. |