Rebar.CreateFreeForm(Document, RebarBarType, Element, IList<IList<Curve>>, RebarFreeFormValidationResult) Method

RebarCreateFreeForm(Document, RebarBarType, Element, IListIListCurve, RebarFreeFormValidationResult) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static Rebar CreateFreeForm(
	Document doc,
	RebarBarType barType,
	Element host,
	IList<IList<Curve>> curves,
	out RebarFreeFormValidationResult error
)
Public Shared Function CreateFreeForm ( 
	doc As Document,
	barType As RebarBarType,
	host As Element,
	curves As IList(Of IList(Of Curve)),
	<OutAttribute> ByRef error As RebarFreeFormValidationResult
) As Rebar
public:
static Rebar^ CreateFreeForm(
	Document^ doc, 
	RebarBarType^ barType, 
	Element^ host, 
	IList<IList<Curve^>^>^ curves, 
	[OutAttribute] RebarFreeFormValidationResult% error
)
static member CreateFreeForm : 
        doc : Document * 
        barType : RebarBarType * 
        host : Element * 
        curves : IList<IList<Curve>> * 
        error : RebarFreeFormValidationResult byref -> Rebar 

Parameters

doc  Document
 
barType  RebarBarType
 
host  Element
 
curves  IListIListCurve
 
error  RebarFreeFormValidationResult
 

Return Value

Rebar
See Also