Std Placement: Difference between revisions

From FreeCAD Documentation
m (fix typo introduced in previous commit)
(Marked this version for translation)
Line 38: Line 38:
A practical example of using this command can be found in the [[Aeroplane|Aeroplane]] tutorial.
A practical example of using this command can be found in the [[Aeroplane|Aeroplane]] tutorial.


==Scripting==
==Scripting== <!--T:11-->
See [[Python_scripting_tutorial#Vectors_and_Placements]]
See [[Python_scripting_tutorial#Vectors_and_Placements]]


Line 54: Line 54:
{{Std Base navi}}
{{Std Base navi}}


<!--T:12-->
{{Userdocnavi}}
{{Userdocnavi}}



Revision as of 01:23, 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