RVTDocs.com

WinderPathResult

Enumeration
Description:
Flag indicates whether curves are valid to use as base lines for winder path.
Syntax
public enum WinderPathResult
WinderPathResult Enumeration Members:
Name Description
0 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.
1 The curves number is not 2 or 3.
2 Curve is not bound.
3 The curves are not continuous in one loop.
4 The curves are not in one open loop.
5 Curve length is too short.
6 Two curves are collinear or overlap.
7 The first curve intersect with third curve.
8 Curve is not line.
9 This path(for zigzag winder) is not supported yet