<Code Lib>
M

RebarBendingDetail.SetRotation

Description:
Sets the rotation angle in radians for the bending detail relative to its view.

public static void SetRotation(
	Element bendingDetail,
	double rotation
)

  • bendingDetail
    The bending detail for which we want to get the rotation.
  • Double
    rotation
    The new rotation angle of the bending detail relative to its view.

Loading…