RebarUpdateCurvesData.SetTerminationRotationAngle
Description:
Sets the termination's (e.g hook, crank) rotation angle (in radians) at end. This information is set to the rebar after the API execution is finished successfully.
Sets the termination's (e.g hook, crank) rotation angle (in radians) at end. This information is set to the rebar after the API execution is finished successfully.
public void SetTerminationRotationAngle(
int end,
double angle
)
-
Int32endThe end of bar. Should be 0 for start or 1 for end.
-
DoubleangleThe termination's (e.g hook, crank) rotation angle (in radians) at end.
-
The given value for angle is not finite
-
Invalid end.