Rebar.GetHookOrientation
Method
Description:
Returns the orientation of the hook plane at the start or at the end of the rebar with respect to the orientation of the first or the last curve and the plane normal.
Returns the orientation of the hook plane at the start or at the end of the rebar with respect to the orientation of the first or the last curve and the plane normal.
Parameters
Parameter | Type | Description |
---|---|---|
iEnd | Int32 | 0 for the start hook, 1 for the end hook. |
Return Value
Type | Description |
---|---|
RebarHookOrientation | Value = Right: The hook is on your right as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up." Value = Left: The hook is on your left as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up." |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | iEnd must be 0 or 1. |