Draft Edit: Difference between revisions

From FreeCAD Documentation
m (Icon)
m ([[ | ]](Vertical Docnav))
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:16-->
<!--T:16-->
{{Docnav
{{docnav|[[Draft_Scale|Scale]]|[[Draft_WireToBSpline|Wire to BSpline]]|[[Draft_Module|Draft]]|IconL=Draft_Scale.svg|IconC=Workbench_Draft.svg|IconR=Draft_WireToBSpline.svg}}
|[[Draft_Scale|Scale]]
|[[Draft_SubelementHighlight|Subelement highlight]]
|[[Draft_Module|Draft]]
|IconL=Draft_Scale.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_SubelementHighlight.svg
}}


<!--T:1-->
<!--T:1-->
Line 14: Line 21:


<!--T:3-->
<!--T:3-->
The Edit 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]].
The Edit 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:10-->
<!--T:10-->
Line 38: Line 45:


<!--T:13-->
<!--T:13-->
The tool mostly works on Draft objects: [[Draft Wire]]s, [[Draft Line]]s, [[Draft Rectangle]]s, [[Draft Circle]]s, [[Draft Arc]]s, [[Draft Polygon]]s, and [[Draft BSpline]]s. Other object types must first be converted to these objects.
The tool mostly works on Draft objects: [[Draft Wire|Draft Wires]s, [[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== <!--T:6-->
==Options== <!--T:6-->
Line 47: Line 54:
* Hold {{KEY|Ctrl}} while drawing to force [[Draft_Snap|snapping]] your point to the nearest snap location, independently of the distance.
* Hold {{KEY|Ctrl}} while drawing to force [[Draft_Snap|snapping]] your point to the nearest snap location, independently of the distance.
* Hold {{KEY|Shift}} while drawing to [[Draft_Constrain|constrain]] your next point horizontally or vertically in relation to the last one.
* Hold {{KEY|Shift}} while drawing to [[Draft_Constrain|constrain]] your next point horizontally or vertically in relation to the last one.
* Press {{KEY|Esc}} or the {{button|Close}} button or the {{Button|[[Image:Draft Edit.svg|16px]] [[Draft Edit]]}} button again to finish editing.
* Press {{KEY|Esc}} or the {{button|Close}} button or the {{Button|[[Image:Draft Edit.svg|16px]] [[Draft Edit|Draft Edit]]}} button again to finish editing.


<!--T:14-->
<!--T:14-->
Line 55: Line 62:


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


<!--T:9-->
<!--T:9-->
Line 61: Line 68:


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


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


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

Revision as of 09:47, 29 November 2019

Draft Edit

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

Description

The Edit 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.

It does nothing more than enter the object's edit mode. Another way to edit the object is by double clicking on the element in the tree view.

File:Draft edit example.jpg

Editing a wire

How to use

  1. Select an object.
  2. Press the Draft Edit button, or double-click the object in the tree view, or use the Std Edit tool.
  3. Click on a point 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 Edit tool only works on one selected object at a time.

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

Options

  • Press X, Y or Z after a point to constrain the next point on the given axis.
  • To enter coordinates manually, simply enter the numbers, then press Enter between each X, Y and Z component. You can press the add point button when you have the desired values to insert the point.
  • Hold Ctrl while drawing to force snapping your point to the nearest snap location, independently of the distance.
  • Hold Shift while drawing to constrain your next point horizontally or vertically in relation to the last one.
  • Press Esc or the Close button or the Draft Edit button again to finish editing.

Some objects allow you to insert or delete points:

  • Press the add point button, and then click on the wire or spline to add a new point.
  • Press the remove point button, and then click on a point along the wire or spline to remove it.

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.