Draft Scale/sv


Draft Scale.png Draft Scale

Menyplacering
Draft → Scale
Arbetsbänk(ar)
Draft, Arch
Standard genväg
S C
Se även
Draft Clone


Beskrivning

This tool scales selected object(s) around a base point. If no object is selected, you will be invited to select one. It can also be used to mirror objects.

Draft Scale example.jpg

Bruk

  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
  4. Click another point on the 3D view, or type a coordinate

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

Navigation menu