Draft SubelementHighlight/de: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Userdocnavi/de}}")
(Updating to match new version of source page)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}
{{UnfinishedDocu{{#translation:}}}}


{{Docnav
{{Docnav
Line 12: Line 12:


{{GuiCommand
{{GuiCommand
|Name=Draft Edit Improved
|Name=Draft SubelementHighlight
|MenuLocation=Draft → Edit Improved
|MenuLocation=Draft → Subelement highlight
|Shortcut=D E
|Shortcut={{KEY|D}} {{KEY|E}}
|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]
|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]
|SeeAlso=[[Draft Edit|Draft Edit]]
|SeeAlso=[[Draft Edit|Draft Edit]]
Line 21: Line 21:
==Description==
==Description==


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 {{Button|[[Image:Draft SubelementHighlight.svg|16px]] [[Draft SubelementHighlight|SubelementHighlight]]}} tool allows you to graphically edit certain properties of the selected object such as:
* the vertices of a {{Button|[[Image:Draft_Wire.svg|16px]] [[Draft Wire|Draft Wire]]}}
* the length and width of a {{Button|[[Image:Draft_Rectangle.svg|16px]] [[Draft Rectangle|Draft Rectangle]]}}
* the radius of a {{Button|[[Image:Draft_Circle.svg|16px]] [[Draft Circle|Draft Circle]]}}


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 29: Line 32:
{{Caption|Editing a wire}}
{{Caption|Editing a wire}}


==How to use==
==Usage==


# Select an object.
# Select an object.
# Invoke the SubelementHighlight command several ways:
# Press the {{Button|[[Image:Draft_Edit_Improved.svg|16px]] [[Draft Edit Improved|Draft Edit Improved]]}} button.
#* Press the {{Button|[[Image:Draft_SubelementHighlight.svg|16px]] [[Draft SubelementHighlight|SubelementHighlight]]}} button
#* Use the {{KEY|D}} then {{KEY|E}} keyboard shortcut
#* Use the {{MenuCommand|Draft → Subelement highlight}} entry in the Draft menu
# Click on all the points that you wish to move.
# Click on all the points that you wish to move.
# Click another point on the 3D view, or type a [[Draft_Coordinates|coordinate]] and press the {{Button|[[Image:Draft_AddPoint.svg|16px]] [[Draft_AddPoint|add point]]}} button.
# Click another point on the 3D view, or type a [[Draft_Coordinates|coordinate]] and press the {{Button|[[Image:Draft_AddPoint.svg|24px]] [[Draft_AddPoint|add point]]}} button.
# 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.


Line 56: Line 62:
}}
}}


{{Draft Tools navi/de}}

{{Userdocnavi/de}}
{{clear}}
{{clear}}
{{Draft Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 18:16, 22 February 2020

Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.

Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).

Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.

Draft SubelementHighlight

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

Description

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

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

Usage

  1. Select an object.
  2. Invoke the SubelementHighlight command several ways:
    • Press the SubelementHighlight button
    • Use the D then E keyboard shortcut
    • Use the Draft → Subelement highlight entry in the Draft menu
  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.