2027 Enumeration
Changes 0
E

WinderPathResult

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