Namespace:
Autodesk.Revit.DB.Structure
RebarFreeFormValidationResult
Enumeration
Description:
Errors for the Free Form Rebar
Errors for the Free Form Rebar
Syntax
public enum RebarFreeFormValidationResult
Unknown Namespace Members:
| Name | Description |
|---|---|
| Success | Operation was done with success. |
| Undefined | An unexpected error occured. |
| NullCurve | One or more of the input curves was null. |
| UnboundCurve | One or more of the input curves was unbounded. |
| InvalidLoop | Curves doesn't form a valid curve loop. |
| RebarCantBeBent | A rebar constructed from curves can't be bent according to the bending radius. |