Draft SubelementHighlight/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 35: Line 35:


# Select an object.
# Select an object.
# Invoke the SubelementHighlight command several ways:
# Press the {{Button|[[Image:Draft_SubelementHighlight.svg|16px]] [[Draft SubelementHighlight|SubelementHighlight]]}} button or use the keyboard shortcut {{KEY|D}} then {{KEY|E}}
#* 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|24px]] [[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.
Line 59: Line 62:
}}
}}


{{Draft Tools navi/de}}

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

Revision as of 21:35, 21 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.