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 RebarFreeFormCreationResult CreateFreeForm( Document doc, RebarBarType barType, Element host, IList<IList<Curve>> curves, RebarStyle style )
Public Shared Function CreateFreeForm ( doc As Document, barType As RebarBarType, host As Element, curves As IList(Of IList(Of Curve)), style As RebarStyle ) As RebarFreeFormCreationResult
public: static RebarFreeFormCreationResult^ CreateFreeForm( Document^ doc, RebarBarType^ barType, Element^ host, IList<IList<Curve^>^>^ curves, RebarStyle style )
static member CreateFreeForm : doc : Document * barType : RebarBarType * host : Element * curves : IList<IList<Curve>> * style : RebarStyle -> RebarFreeFormCreationResult
Parameters
- doc Document
- barType RebarBarType
- host Element
- curves IListIListCurve
- style RebarStyle
Return Value
RebarFreeFormCreationResultSee Also