Modificare: Poziționarea ...

From FreeCAD Documentation
Revision as of 20:52, 30 March 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Std Placement

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

Descriere

Placement este modul în care FreeCAD specifică locația și atitudinea (orientarea) unui obiect în spațiu. Placement can be specified in multiple forms and manipulated via scripting, the Properties panel or the Edit → Placement... dialog.

The Placement task panel

Utilizare

  • Short description
    • Select an object in the tree view.
    • In the Edit menu, select Placements...
    • Change the parameters for the translation or rotation, according to the desired action.
    • Click OK or Apply
  • For a full description see Tasks Placement and Placement
  1. Select a single object. The object must have a DatePlacement 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 DatePlacement 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.