Errors for the Free Form Rebar
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum RebarFreeFormValidationResult
Members
Member name | Value | Description |
---|---|---|
InvalidLoop | 4 | Curves doesn't form a valid curve loop. |
NullCurve | 2 | One or more of the input curves was null. |
RebarCantBeBent | 5 | A rebar constructed from curves can't be bent according to the bending radius. |
Success | 0 | Operation was done with success. |
UnboundCurve | 3 | One or more of the input curves was unbounded. |
Undefined | 1 | An unexpected error occured. |