Draft SubelementHighlight: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 3: Line 3:
<translate>
<translate>


<!--T:1-->
{{Docnav|[[Draft_Scale|Scale]]|[[Draft_WireToBSpline|Wire to BSpline]]|[[Draft_Module|Draft]]|IconL=Draft_Scale.svg|IconC=Workbench_Draft.svg|IconR=Draft_WireToBSpline.svg}}
{{Docnav|[[Draft_Scale|Scale]]|[[Draft_WireToBSpline|Wire to BSpline]]|[[Draft_Module|Draft]]|IconL=Draft_Scale.svg|IconC=Workbench_Draft.svg|IconR=Draft_WireToBSpline.svg}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Draft Edit Improved
|Name=Draft Edit Improved
Line 13: Line 15:
}}
}}


==Description==
==Description== <!--T:3-->


<!--T:4-->
The [[Draft Edit Improved|Edit Improved]] tool allows you to edit graphically certain properties of the selected object, such as the vertices of a [[Draft Wire|Draft Wire]], the length and width of a [[Draft Rectangle|Draft Rectangle]], or the radius of a [[Draft Circle|Draft Circle]].
The [[Draft Edit Improved|Edit Improved]] tool allows you to edit graphically certain properties of the selected object, such as the vertices of a [[Draft Wire|Draft Wire]], the length and width of a [[Draft Rectangle|Draft Rectangle]], or the radius of a [[Draft Circle|Draft Circle]].


<!--T:5-->
Unlike the standard [[Draft Edit|Draft Edit]], it allows you to edit multiple multiple nodes of multiple objects at the same time.
Unlike the standard [[Draft Edit|Draft Edit]], it allows you to edit multiple multiple nodes of multiple objects at the same time.


Line 23: Line 27:
<translate>
<translate>


<!--T:6-->
{{Caption|Editing a wire}}
{{Caption|Editing a wire}}


==How to use==
==How to use== <!--T:7-->


<!--T:8-->
# Select an object.
# Select an object.
# Press the {{Button|[[Image:Draft_Edit_Improved.svg|16px]] [[Draft Edit Improved|Draft Edit Improved]]}} button.
# Press the {{Button|[[Image:Draft_Edit_Improved.svg|16px]] [[Draft Edit Improved|Draft Edit Improved]]}} button.
Line 33: Line 39:
# Press {{KEY|Esc}} or the {{Button|Close}} button to complete the current command.
# Press {{KEY|Esc}} or the {{Button|Close}} button to complete the current command.


<!--T:9-->
The tool mostly works on Draft objects: [[Draft Wire|Draft Wires]], [[Draft Line|Draft Lines]], [[Draft Rectangle|Draft Rectangles]], [[Draft Circle|Draft Circles]], [[Draft Arc|Draft Arcs]], [[Draft Polygon|Draft Polygons]], and [[Draft BSpline|Draft BSplines]]. Other object types must first be converted to these objects.
The tool mostly works on Draft objects: [[Draft Wire|Draft Wires]], [[Draft Line|Draft Lines]], [[Draft Rectangle|Draft Rectangles]], [[Draft Circle|Draft Circles]], [[Draft Arc|Draft Arcs]], [[Draft Polygon|Draft Polygons]], and [[Draft BSpline|Draft BSplines]]. Other object types must first be converted to these objects.


==Options==
==Options== <!--T:10-->




==Scripting==
==Scripting== <!--T:11-->
{{Emphasis|See also:}} [[Draft API]] and [[FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[Draft API]] and [[FreeCAD Scripting Basics]].


<!--T:12-->
There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.
There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.


<!--T:13-->
{{Docnav|[[Draft_Scale|Scale]]|[[Draft_WireToBSpline|Wire to BSpline]]|[[Draft_Module|Draft]]|IconL=Draft_Scale.svg|IconC=Workbench_Draft.svg|IconR=Draft_WireToBSpline.svg}}
{{Docnav|[[Draft_Scale|Scale]]|[[Draft_WireToBSpline|Wire to BSpline]]|[[Draft_Module|Draft]]|IconL=Draft_Scale.svg|IconC=Workbench_Draft.svg|IconR=Draft_WireToBSpline.svg}}


<!--T:14-->
{{Draft Tools navi}}
{{Draft Tools navi}}


<!--T:15-->
{{Userdocnavi}}
{{Userdocnavi}}
</translate>
</translate>

Revision as of 20:22, 13 May 2019

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.