Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.65 KB

Assembly_ToggleGrounded.md

File metadata and controls

53 lines (31 loc) · 1.65 KB
Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 5 column 14
---
 GuiCommand:
   Name: Assembly ToggleGrounded
   MenuLocation: Assembly , Toggle grounded
   Workbenches: Assembly_Workbench
   Shortcut: **G**
   Version: 1.0
   SeeAlso: 
---

Assembly ToggleGrounded

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

  1. Select one or more parts.
  2. 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.
  3. 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 Visibility to off.

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

{{TitleProperty|Ground}}

  • Object To Ground|Link: The object to ground.

  • Placement|Placement: This is where the part is grounded. See Placement.

{{Assembly_Tools_navi}}


documentation index > Assembly > Assembly ToggleGrounded