|
Menyplacering |
---|
Draft -> Rotate |
Arbetsbänk(ar) |
Skiss |
Standard genväg |
None |
Se även |
None |
Detta verktyg roterar de markerade objekten. Om inga objekt är valda så kommer du ombes att välja ett. Sedan ombes användaren att ange rotationscentrum, startvinkel och rotationsvinkel.
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)