RebarCreateFromCurvesAndShape(Document, RebarShape, RebarBarType, Element, XYZ, IListCurve, BarTerminationsData) Method


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
)

Parameters

doc  Document
 
rebarShape  RebarShape
 
barType  RebarBarType
 
host  Element
 
norm  XYZ
 
curves  IListCurve
 
barTerminationsData  BarTerminationsData
 

Return Value

Rebar
See Also