Revit 2026 API
RebarCreate |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Rebar CreateFromCurvesAndShape( Document doc, RebarShape rebarShape, RebarBarType barType, Element host, XYZ norm, IList<Curve> curves, BarTerminationsData barTerminationsData )
Public Shared Function CreateFromCurvesAndShape ( doc As Document, rebarShape As RebarShape, barType As RebarBarType, host As Element, norm As XYZ, curves As IList(Of Curve), barTerminationsData As BarTerminationsData ) As Rebar
public: static Rebar^ CreateFromCurvesAndShape( Document^ doc, RebarShape^ rebarShape, RebarBarType^ barType, Element^ host, XYZ^ norm, IList<Curve^>^ curves, BarTerminationsData^ barTerminationsData )
static member CreateFromCurvesAndShape : doc : Document * rebarShape : RebarShape * barType : RebarBarType * host : Element * norm : XYZ * curves : IList<Curve> * barTerminationsData : BarTerminationsData -> Rebar
Parameters
- doc Document
- rebarShape RebarShape
- barType RebarBarType
- host Element
- norm XYZ
- curves IListCurve
- barTerminationsData BarTerminationsData
Return Value
RebarSee Also