This documentation is not finished. Please help and contribute documentation.
GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.
See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.
|
Menu location |
---|
Assembly → Toggle grounded |
Workbenches |
Assembly |
Default shortcut |
G |
Introduced in version |
1.0 |
See also |
None |
Description
The Assembly ToggleGrounded tool fixes the position and orientation of a shape in relation to the coordinate system of the Assembly it belongs to.
Usage
- Select one or more parts.
- There are several ways to invoke the tool:
- Press the
Toggle grounded button.
- Select the Assembly →
Toggle grounded option from the menu.
- Use the keyboard shortcut: G.
- Press the
- A GroundedJoint is added for each selected part.
Notes
- A grounded joint will display a red lock icon in the 3D view, around the center of mass of the grounded component. To hide the lock, toggle the joint's ViewVisibility property to
false
.
Properties
See also: Property editor.
A GroundedJoint object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:
Data
Ground
- DataObject To Ground (
Link
): The object to ground. - DataPlacement (
Placement
): This is where the part is grounded. See Placement.
This page is retrieved from https://wiki.freecad.org/Assembly_ToggleGrounded