<Code Lib>
2026 Method
Changes 7
M

RebarUpdateCurvesData.GetTerminationRotationAngle

Description:
Gets the termination's (e.g hook, crank) rotation angle (in radians) at end that is currently in the rebar.

public double GetTerminationRotationAngle(
	int end
)

  • Int32
    end
    The end of bar. Should be 0 for start or 1 for end.
Return Value Double Returns the termination's (e.g hook, crank) rotation angle (in radians) at end that is currently in the rebar.

Loading…