Revit 2025 API
RebarGet |
Gets the RebarBendData, containing bar and hook information, of the instance.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RebarBendData GetBendData()
Public Function GetBendData As RebarBendData
public: RebarBendData^ GetBendData()
member GetBendData : unit -> RebarBendData
Return Value
RebarBendData
Internally, the bend data is used by many RebarShape methods to generate shape geometry.
See Also