Draft Mirror/en


Draft Mirror.png {{{Name/en}}}

Menu location
Draft → Mirror
Workbenches
Draft, Arch
Default shortcut
None
See also
Draft Scale


Description

This tool produces a mirrored copy of a selected object, using a Part Mirror object. The copy is parametrically bound to the original object: If the original object changes, the mirrored copy changes too, but keeps mirrored.

Draft Mirror example.jpg

How to use

  1. Select objects you wish to mirror
  2. Press the Draft Mirror.png Draft Mirror button
  3. Click the first point of the mirror line on the 3D view, or type a coordinate
  4. Click the other point of the mirror line on the 3D view, or type a coordinate

Properties

Options

Scripting

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

mirror (objectslist,p1,p2) 

Example:

import Draft,FeeCAD
p1 = FreeCAD.Vector(0,0,0)
p2 = FreeCAD.Vector(2,2,0)
Draft.mirror(FreeCAD.ActiveDocument.ActiveObject,p1,p2) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Mirror/en&oldid=213984"

Navigation menu