WinderPathResult Enumeration

WinderPathResult Enumeration

Flag indicates whether curves are valid to use as base lines for winder path.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum WinderPathResult
Public Enumeration WinderPathResult
public enum class WinderPathResult
type WinderPathResult
Members
Member nameValueDescription
ColinearOrOverlap6 Two curves are collinear or overlap.
InvalidCurveType8 Curve is not line.
Noncontinuous3 The curves are not continuous in one loop.
NotOpenLoop4 The curves are not in one open loop.
NotSupported9 This path(for zigzag winder) is not supported yet
NumberOutOfRange1 The curves number is not 2 or 3.
SelfIntersect7 The first curve intersect with third curve.
Success0 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.
TooShort5 Curve length is too short.
Unbound2 Curve is not bound.
See Also