RebarBendDataBendRadius Property |
The radius of all fillets, except hook fillets, in the Rebar shape.
The default value is 0.0.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double BendRadius { get; set; }
Public Property BendRadius As Double
Get
Set
public:
property double BendRadius {
double get ();
void set (double value);
}
member BendRadius : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for bendRadius is not finite
|
Remarks
Inner radius, not centerline
See Also