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

public static Rebar CreateFromCurves(
Document doc,
RebarStyle style,
RebarBarType barType,
Element host,
XYZ norm,
IList<Curve> curves,
BarTerminationsData barTerminationsData,
bool useExistingShapeIfPossible,
bool createNewShape
)
Parameters
- doc Document
- style RebarStyle
- barType RebarBarType
- host Element
- norm XYZ
- curves IList Curve
- barTerminationsData BarTerminationsData
- useExistingShapeIfPossible Boolean
- createNewShape Boolean
Return Value
Rebar