Draft Rotate/ru


Draft Rotate.png Draft Rotate

Расположение в меню
Черчение -> Повернуть
Верстаки
Draft, Arch
Быстрые клавиши
R O
См. также
...


Description

This tool rotates or copies the selected objects by a given angle around a point on the current work plane. If no object is selected, you will be invited to select one.

Draft Rotate example.jpg

How to use

  1. Select objects you wish to rotate or copy
  2. Press the Draft Rotate.png Draft Rotate button, or press R then O keys
  3. Click a center point on the 3D view, or type a coordinate
  4. Click a second point on the 3D view, or give a reference angle
  5. Click a third point on the 3D view, or give a rotation angle

Options

Scripting

The Rotate tool can by used in macros and from the python console by using the following function:

rotate (FreeCAD.Object or list, angle, [center], [axis] ,[copymode]) 

Example:

import FreeCAD,Draft
Draft.rotate(FreeCAD.ActiveDocument.ActiveObject,45) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Rotate/ru&oldid=279618"

Navigation menu