Draft Rotate/sv


Draft Rotate.png {{{Name/sv}}}

Menyplacering
Draft -> Rotate
Arbetsbänk(ar)
Skiss
Standard genväg
None
Se även
None


Beskrivning

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.

Draft Rotate example.jpg

Bruk

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/sv&oldid=279616"

Navigation menu