Revit 2025.3 API
Rebar |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarContainerItem AppendItemFromCurvesAndShape( RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarHookOrientation startHookOrient, RebarHookOrientation endHookOrient )
Public Function AppendItemFromCurvesAndShape ( rebarShape As RebarShape, barType As RebarBarType, startHook As RebarHookType, endHook As RebarHookType, normal As XYZ, curves As IList(Of Curve), startHookOrient As RebarHookOrientation, endHookOrient As RebarHookOrientation ) As RebarContainerItem
public: RebarContainerItem^ AppendItemFromCurvesAndShape( RebarShape^ rebarShape, RebarBarType^ barType, RebarHookType^ startHook, RebarHookType^ endHook, XYZ^ normal, IList<Curve^>^ curves, RebarHookOrientation startHookOrient, RebarHookOrientation endHookOrient )
member AppendItemFromCurvesAndShape : rebarShape : RebarShape * barType : RebarBarType * startHook : RebarHookType * endHook : RebarHookType * normal : XYZ * curves : IList<Curve> * startHookOrient : RebarHookOrientation * endHookOrient : RebarHookOrientation -> RebarContainerItem
Parameters
- rebarShape RebarShape
- barType RebarBarType
- startHook RebarHookType
- endHook RebarHookType
- normal XYZ
- curves IListCurve
- startHookOrient RebarHookOrientation
- endHookOrient RebarHookOrientation
Return Value
RebarContainerItemSee Also