RebarShape.GetHookRotationAngle
Description:
Gets the termination's (e.g hook, crank) out of plane rotation angle at the specified end. The angle is used for both hook and crank.
Gets the termination's (e.g hook, crank) out of plane rotation angle at the specified end. The angle is used for both hook and crank.
[ObsoleteAttribute("This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarShape.GetTerminationsData().TerminationRotationAngleAtStart or RebarShape.GetTerminationsData().TerminationRotationAngleAtEnd instead.")]
public double GetHookRotationAngle(
int end
)
-
Int32end0 for the start, 1 for the end.
Return Value
Double
Returns the termination's (e.g hook, crank) out of plane rotation angle at the specified end.
The angle is used for both hook and crank.
-
end must be 0 or 1.