Revit 2025.3 API
Rebar |
Gets the current bending radius of the rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double GetBendingRadius()
Public Function GetBendingRadius As Double
public: double GetBendingRadius()
member GetBendingRadius : unit -> float
Return Value
DoubleReturns the current bending radius of the rebar.
See Also