Std Placement: Difference between revisions

From FreeCAD Documentation
(Removed 'In Progress'.)
(Marked this version for translation)
Line 28: Line 28:
[[Image:PlacementDialogv10.png]]
[[Image:PlacementDialogv10.png]]
<translate>
<translate>
<!--T:13-->
{{Caption|The Placement task panel}}
{{Caption|The Placement task panel}}


==Usage== <!--T:5-->
==Usage== <!--T:5-->


<!--T:14-->
# Select a single object. The object must have a {{PropertyData|Placement}} [[Property editor|property]].
# Select a single object. The object must have a {{PropertyData|Placement}} [[Property editor|property]].
# Select the {{MenuCommand|Edit → Placement...}} option from the menu.
# Select the {{MenuCommand|Edit → Placement...}} option from the menu.
Line 39: Line 41:
#* Press the {{Button|Apply}} button to apply the changes, but keep the task panel open for further changes.
#* Press the {{Button|Apply}} button to apply the changes, but keep the task panel open for further changes.


==Options==
==Options== <!--T:15-->


<!--T:16-->
* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the operation. This will undo any changes that have not been applied.
* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the operation. This will undo any changes that have not been applied.


==Notes==
==Notes== <!--T:17-->


<!--T:18-->
* The placement task panel is also displayed when you select an object, click in the {{PropertyData|Placement}} field in the [[Property_editor|Property editor]] or the [[Combo_view|Combo view]], and then press the {{Button|...}} button that appears.
* The placement task panel is also displayed when you select an object, click in the {{PropertyData|Placement}} field in the [[Property_editor|Property editor]] or the [[Combo_view|Combo view]], and then press the {{Button|...}} button that appears.
* For more information about the placement parameters see the [[Tasks_Placement|Tasks Placement]] and [[Placement|Placement]] pages, and the [[Aeroplane|Aeroplane]] tutorial.
* For more information about the placement parameters see the [[Tasks_Placement|Tasks Placement]] and [[Placement|Placement]] pages, and the [[Aeroplane|Aeroplane]] tutorial.
Line 50: Line 54:
==Scripting== <!--T:11-->
==Scripting== <!--T:11-->


<!--T:19-->
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


<!--T:20-->
See the [[Python_scripting_tutorial#Vectors_and_Placements|Python scripting tutorial]].
See the [[Python_scripting_tutorial#Vectors_and_Placements|Python scripting tutorial]].



Revision as of 21:28, 23 March 2020

Std Placement

Menu location
Edit → Placement...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std Alignment, Tasks Placement, Placement

Description

The Std Placement command displays the Placement task panel for a selected object.

The Placement task panel

Usage

  1. Select a single object. The object must have a DataPlacement 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 DataPlacement 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.