RebarBendData(RebarBarType, RebarHookType, RebarHookType, RebarStyle, RebarHookOrientation, RebarHookOrientation)
Constructor
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.
Syntax
public RebarBendData(
RebarBarType barType,
RebarHookType hookType0,
RebarHookType hookType1,
RebarStyle style,
RebarHookOrientation hookOrient0,
RebarHookOrientation hookOrient1
)
Parameters
Parameter | Type | Description |
---|---|---|
barType | RebarBarType | |
hookType0 | RebarHookType | |
hookType1 | RebarHookType | |
style | RebarStyle | |
hookOrient0 | RebarHookOrientation | |
hookOrient1 | RebarHookOrientation |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |