RebarBendData(RebarBarType, RebarHookType, RebarHookType, RebarStyle, RebarHookOrientation, RebarHookOrientation)
Description:
Constructs a new RebarBendData using the bar type, hook types, style and orientation values.
Constructs a new RebarBendData using the bar type, hook types, style and orientation values.
Overloads (3):
RebarBendData(RebarBarType,RebarHookType,RebarHookType,RebarStyle,RebarHookOrientation,RebarHookOrientation)
[ObsoleteAttribute("This constructor is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarBendData(RebarBarType barType, RebarStyle style, BarTerminationsData barTerminationsData);")]
public RebarBendData(
RebarBarType barType,
RebarHookType hookType0,
RebarHookType hookType1,
RebarStyle style,
RebarHookOrientation terminationOrientation0,
RebarHookOrientation terminationOrientation1
)
-
barTypeThe RebarBarType.
-
hookType0The RebarHookType for the start. Can be null.
-
hookType1The RebarHookType for the end. Can be null.
-
styleThe style.
-
terminationOrientation0The termination orientation for the start.
-
terminationOrientation1The termination orientation for the end.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration