Std Placement: Difference between revisions

From FreeCAD Documentation
mNo edit summary
m (fix typo introduced in previous commit)
Line 24: Line 24:


<!--T:4-->
<!--T:4-->
'''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 [[Python_scripting_tutorial#Vectors_and_Placements|scripting]], the [[Property editor|Properties panel]], or the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Placements...}} dialog.
'''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 [[Python_scripting_tutorial#Vectors_and_Placements|scripting]], the [[Property editor|Properties panel]], or the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Placement...}} dialog.


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

Revision as of 01:22, 8 February 2020

Std Placement

Menu location
Edit → Placement...
Workbenches
All
Default shortcut
None
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