Draft SubelementHighlight

From FreeCAD Documentation
Revision as of 22:28, 10 May 2019 by Vocx (talk | contribs) (New page for the Edit Improved)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Draft Edit Improved

Menu location
Draft → Edit Improved
Workbenches
Draft, Arch
Default shortcut
D E
Introduced in version
-
See also
Draft Edit

Description

The Edit Improved tool allows you to edit graphically certain properties of the selected object, such as the vertices of a Draft Wire, the length and width of a Draft Rectangle, or the radius of a Draft Circle.

Unlike the standard Draft Edit, it allows you to edit multiple multiple nodes of multiple objects at the same time.

File:Draft Edit Improved Example.png

Editing a wire

How to use

  1. Select an object.
  2. Press the File:Draft Edit Improved.svg Draft Edit Improved button.
  3. Click on all the points that you wish to move.
  4. Click another point on the 3D view, or type a coordinate and press the add point button.
  5. Press Esc or the Close button to complete the current command.

The tool mostly works on Draft objects: Draft Wires, Draft Lines, Draft Rectangles, Draft Circles, Draft Arcs, Draft Polygons, and Draft BSplines. Other object types must first be converted to these objects.

Options

Scripting

See also: Draft API and FreeCAD Scripting Basics.

There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.