Rotate 命令

Rotate( <Object>, <Angle> )

旋转 Geometric_Objects 绕轴原点按指定角度旋转。

Rotate( <Object>, <Angle>, <Point> )

绕给定点按指定角度旋转几何对象。

Rotate( <Object>, <Angle>, <Axis of Rotation>)

绕给定旋转轴按指定角度旋转几何对象。

Rotate( <Object>, <Angle>, <Point on Axis>, <Axis Direction or Plane> )

绕由给定点和轴方向或平面所定义的轴按指定角度旋转几何对象。

  • 向量不绕轴原点旋转,而是绕其起点旋转。

  • 当旋转多边形、线段、弧等时,也会创建顶点/端点和边(对于多边形)的像。

  • 此命令也旋转图像。

  • 若要旋转文本,请使用 RotateText .

  • 另请参阅 Mode rotatebyangle.svg Rotate_around_Point Mode rotatearoundline.svg Rotate_around_Line 工具。