Std Placement/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/de
{{Docnav/de
|[[Std_SendToPythonConsole|Std SendToPythonConsole]]
|[[Std_Delete|Std Löschen]]
|[[Std_Alignment|Std Ausrichtung]]
|[[Std_Alignment|Std Ausrichtung]]
|[[Std_Edit_Menu|Std Bearbeitungsmenü]]
|[[Std_Edit_Menu|Std Bearbeitungsmenü]]
|IconL=Std_Delete.svg
|IconL=Std_SendToPythonConsole.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
|IconR=Std_Alignment.png
|IconR=
}}
}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 06:54, 7 June 2020

Std Platzierung

Menüeintrag
Bearbeiten → Platzierung...
Arbeitsbereich
All
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Aufgabenplatzierung, Platzierung

Beschreibung

Platzierung' ist die Art und Weise, wie FreeCAD die Position und Lage (Orientierung) eines Objekts im Raum angibt. Die Platzierung kann in mehreren Formen angegeben und über Skripten, das Eigenschaften Feld oder den Template:MenuCommand/de Dialog bearbeitet werden.

The Placement task panel

Anwendung

  • Kurze Beschreibung
    • Wähle ein Objekt in der Baumansicht
    • Im BearbeitenMenü, wähle Placements...
    • Wähle die Parameter für die Parallelverschiebung oder Rotation, entsprechend der gewünschten Aktion
    • Klicke OK oder Apply
  • Für eine vollständige Beschreibung siehe Aufgaben Platzierung und Platzierung
  1. Select a single object. The object must have a DatenPlacement property.
  2. Select the Edit → Placement... option from the menu.
  3. Change one or more of the translation and rotation parameters.
  4. Do one of the following:
    • Press the OK button to apply the changes and close the task panel.
    • Press the Apply button to apply the changes, but keep the task panel open for further changes.

Options

  • Press Esc or the Cancel button to abort the operation. This will undo any changes that have not been applied.

Notes

  • The Placement task panel is also displayed when you select an object, click in the DatenPlacement field in the Property editor or the Combo view, and then press the ... button that appears.
  • For more information about the placement parameters see the Tasks Placement and Placement pages, and the Aeroplane tutorial.

Scripting

See also: FreeCAD Scripting Basics.

See the Python scripting tutorial.