RebarShape.SetHookRotationAngle
Description:
Sets the termination's (e.g hook, crank) out of plane rotation angle at the specified end. The angle will be used for both hook and crank.
Sets the termination's (e.g hook, crank) out of plane rotation angle at the specified end. The angle will be 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 create a new shape using RebarShape.Create(Document doc, RebarShapeDefinition definition, RebarShapeMultiplanarDefinition multiplanarDefinition, RebarStyle style, StirrupTieAttachmentType attachmentType, int higherEnd, RebarShapeTerminationsData rebarShapeTerminationsData) instead.")]
public void SetHookRotationAngle(
double rotationAngle,
int end
)
-
DoublerotationAngleThe out of plane rotation angle at the specified end. The angle will be used for both hook and crank.
-
Int32end0 for the start, 1 for the end.
-
The given value for rotationAngle is not finite
-
end must be 0 or 1.
No comments yet. Start the discussion.
Loading…