<Code Lib>
2026 Method
Changes 5
M

RebarSplice.RotateRebarSpliceGeometry

Description:
Rotates the RebarSpliceGeometry about the given axis and angle.

public void RotateRebarSpliceGeometry(
	Line axis,
	double angle
)

  • axis
    The axis of rotation.
  • Double
    angle
    The angle of the rotation in radians.

Loading…