Draft Edit: Difference between revisions

From FreeCAD Documentation
(Added 'In progress')
mNo edit summary
Line 44: Line 44:
<!--T:5-->
<!--T:5-->
# Select the object you want to change in the [[tree_view|tree view]]. The selected object becomes green in drawing window. {{Version|0.19}}
# Select the object you want to change in the [[tree_view|tree view]]. The selected object becomes green in drawing window. {{Version|0.19}}
# Press the {{Button|[[Image:Draft_Edit.svg|16px]] [[Draft_Edit|Draft Edit]]}} button. The selected object becomes black with white vertices and in the task panel an edit window is opened.
# Press the {{Button|[[Image:Draft_Edit.svg|16px]] [[Draft_Edit|Draft Edit]]}} button, or double-click the object in the tree view, or use the {{Button|[[Image:Std Edit.png|16px]] [[Std Edit]]}} tool. The selected object becomes black with white vertices and in the task panel an edit window is opened.
# Then press {{Button|Ctrl}} + {{Button|alt}} or {{Button|Shift}} + {{Button|alt}} buttons (for Linux OS) respectively {{Button|alt}} button (for Windows OS) and move mouse cursor
# Then press {{Button|Ctrl}} + {{Button|alt}} or {{Button|Shift}} + {{Button|alt}} buttons (for Linux OS) respectively {{Button|alt}} button (for Windows OS) and move mouse cursor
##* '''over a line''', then {{Button|Left click}} and the appearing white field shows add point. If you click on that field a new vertex is added to the line.
##* '''over a line''', then {{Button|Left click}} and the appearing white field shows add point. If you click on that field a new vertex is added to the line.

Revision as of 14:28, 31 March 2021

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Draft Edit

Menu location
Modification → Edit
Workbenches
Draft, Arch
Default shortcut
D E
Introduced in version
-
See also
Std Edit, Draft AddPoint, Draft DelPoint

Description

The Draft Edit tool allows you to graphically edit certain properties of the selected object, such as:

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, an arc and a cubic bezier curve. Context menu is displayed for a knot of the curve

Usage

  1. Select the object you want to change in the tree view. The selected object becomes green in drawing window. introduced in version 0.19
  2. Press the Draft Edit button, or double-click the object in the tree view, or use the Std Edit tool. The selected object becomes black with white vertices and in the task panel an edit window is opened.
  3. Then press Ctrl + alt or Shift + alt buttons (for Linux OS) respectively alt button (for Windows OS) and move mouse cursor
      • over a line, then Left click and the appearing white field shows add point. If you click on that field a new vertex is added to the line.
      • over a vertex, then Left click and the appearing white field shows remove point. If you click on that field the vertex is removed from the line.
  4. Press Esc or the Close (O) button in the task panel to complete the current command.

Version 0.19 added new functionalities to Draft Edit such as multiple object editing and custom context menu. To display the context menu, user can press E key or Alt+Left click while overing an edit node or an edited object. Beware not every object contains custom options, so the context menu will be only displayed for supported objects.

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

  • 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: Autogenerated API documentation and FreeCAD Scripting Basics.

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