Share

RebarBendData.BendRadius Property

The radius of all fillets, except hook fillets, in the Rebar shape. The default value is 0.0.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double BendRadius { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException When setting this property: The given value for bendRadius is not finite

Remarks

Inner radius, not centerline

See Also

Reference

Was this information helpful?