Draft Scale

Draft Scale.png Draft Scale

Menu location
Draft → Scale
Workbenches
Draft, Arch
Default shortcut
S C
See also
Draft Clone


Description

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

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&oldid=235822"

Navigation menu