Share

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



Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static RebarFreeFormCreationResult CreateFreeForm(
	Document doc,
	RebarBarType barType,
	Element host,
	IList<IList<Curve>> curves,
	RebarStyle style
)

Parameters

doc  Document
 
barType  RebarBarType
 
host  Element
 
curves  IList<IList<Curve>>
 
style  RebarStyle
 

Return Value

RebarFreeFormCreationResult

See Also

Reference

Was this information helpful?