RebarCreateFreeForm(Document, RebarBarType, Element, IListIListCurve, RebarStyle) Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
RebarFreeFormCreationResult
See Also