CreateFromCurvesAndShape(Document, RebarShape, RebarBarType, Element, XYZ, IList<Curve>, BarTerminationsData) Method


Rebar Create From Curves And Shape(Document, Rebar Shape, Rebar Bar Type, Element, XYZ, IList Curve , Bar Terminations Data) 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 IList Curve
barTerminationsData BarTerminationsData

Return Value

Rebar
See Also