Rebar
Create
|
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)

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