Draft Scale/de


Draft Scale.png Skalieren

Menüeintrag
Draft → Scale
Arbeitsbereich
Draft, Arch
Standardtastenkürzel
S C
Siehe auch
Klonen


Beschreibung

Dieses Werkzeug skaliert ausgewählte Objekte um einen Basis-Punkt. Wenn kein Objekt ausgewählt ist, wird man aufgefordert eines zu wählen.

Draft Scale example.jpg

How to use

  1. Select objects you wish to scale
  2. Press the Draft Scale.png Draft Scale button, or press S then C keys
  3. Click a first point on the 3D view, or type a coordinate to define the base point of the scaling
  4. Another task dialog with scaling options opens. Fill in the different options, and press OK to accept

Options

Scripting

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

scale (objects,vector,[center,copy,legacy]) 

Example:

import FreeCAD,Draft
Draft.scale(FreeCAD.ActiveDocument.ActiveObject,FreeCAD.Vector(2,2,2)) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Scale/de&oldid=289690"

Navigation menu