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