Std Placement: Difference between revisions

From FreeCAD Documentation
(Minor edits to GuiCommand.)
(Fixed Docnav.)
Line 4: Line 4:
<!--T:9-->
<!--T:9-->
{{Docnav
{{Docnav
|[[Std_SendToPythonConsole|Std SendToPythonConsole]]
|[[Std_Delete|Std Delete]]
|[[Std_Alignment|Std Alignment]]
|[[Std_Alignment|Std Alignment]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Delete.svg
|IconL=
|IconR=
|IconR=
|IconC=Freecad.svg
|IconC=Freecad.svg
Line 17: Line 17:
|MenuLocation={{StdMenu|[[Std Edit Menu|Edit]]}} → Placement...
|MenuLocation={{StdMenu|[[Std Edit Menu|Edit]]}} → Placement...
|Workbenches=All
|Workbenches=All
|Shortcut=
|Shortcut=-
|Version=-
|Version=-
|SeeAlso=[[Tasks_Placement|Tasks Placement]], [[Placement|Placement]]
|SeeAlso=[[Tasks_Placement|Tasks Placement]], [[Placement|Placement]]
Line 44: Line 44:
<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|[[Std_SendToPythonConsole|Std SendToPythonConsole]]
|[[Std_Delete|Std Delete]]
|[[Std_Alignment|Std Alignment]]
|[[Std_Alignment|Std Alignment]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Delete.svg
|IconL=
|IconR=
|IconR=
|IconC=Freecad.svg
|IconC=Freecad.svg

Revision as of 14:44, 11 March 2020

Std Placement

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

Description

Placement is how FreeCAD specifies the location and attitude (orientation) of an object in space. Placement can be specified in multiple forms and manipulated via scripting, the Properties panel, or the Edit → Placement... dialog.

Usage

  1. Select an object in the tree view.
  2. Use the Edit → Placements... entry in the top menu.
  3. Change the parameters for the translation or rotation, according to the desired action.
  4. Press either the OK or Apply button.

Note: For a more detailed description see Tasks Placement and Placement

Tutorial

A practical example of using this command can be found in the Aeroplane tutorial.

Scripting

See Python_scripting_tutorial#Vectors_and_Placements