Assembly3 CreateElement/de: Difference between revisions

From FreeCAD Documentation
(Created page with "== Beschreibung ==")
(Created page with "== Anwendung ==")
Line 27: Line 27:
(Usually elements are created from selected objects when a constraint command is applied on them)
(Usually elements are created from selected objects when a constraint command is applied on them)


== Usage ==
== Anwendung ==


# Select one or more objects of the boundary representation such as planar '''faces''', straight '''edges''', or '''points'''
# Select one or more objects of the boundary representation such as planar '''faces''', straight '''edges''', or '''points'''

Revision as of 13:25, 10 September 2021

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.

Other languages:

Assembly3 CreateElement

Menu location
None
Workbenches
Assembly3
Default shortcut
A E
Introduced in version
-
See also
None

Beschreibung

The Create element command creates new elements from selected objects.

It can be used to prepare elements before the use of constraints.
This could come in handy to select e.g. hidden geometry. Once an object is represented by an element, it can easily be accessed by its assembly tree object.

(Usually elements are created from selected objects when a constraint command is applied on them)

Anwendung

  1. Select one or more objects of the boundary representation such as planar faces, straight edges, or points
  2. Press Create element
    or use the keyboard shortcut: A then E
  3. (optional but recommended) Rename the elements by editing their Label properties.