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 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}
{{UnfinishedDocu{{#translation:}}}}


{{Docnav
{{Docnav

Revision as of 20:33, 17 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. Press the SubelementHighlight button or use the keyboard shortcut D then E
  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.