Draft Scale/tr


Draft Scale.png Draft Scale

Menü konumu
Draft → Scale
Workbenches
Draft, Arch
Varsayılan kısayol
S C
Ayrıca bkz
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. It can also be used to mirror objects.

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
  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/tr&oldid=136247"

Navigation menu