Revit 2024 API |
WinderPathResult Enumeration |
See Also |
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: 24.0.0.0 (24.0.0.0)
Since:
2013
Syntax
C# |
---|
public enum WinderPathResult |
Visual Basic |
---|
Public Enumeration WinderPathResult |
Visual C++ |
---|
public enum class WinderPathResult |
Members
Member name | Description |
---|---|
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. |
NumberOutOfRange | The curves number is not 2 or 3. |
Unbound | Curve is not bound. |
Noncontinuous | The curves are not continuous in one loop. |
NotOpenLoop | The curves are not in one open loop. |
TooShort | Curve length is too short. |
ColinearOrOverlap | Two curves are collinear or overlap. |
SelfIntersect | The first curve intersect with third curve. |
InvalidCurveType | Curve is not line. |
NotSupported | This path(for zigzag winder) is not supported yet |