Std LinkMakeGroup/en

Std LinkMakeGroup

Menu location
None
Workbenches
All
Default shortcut
None
Introduced in version
0.19
See also
Std Part, Std Group, PartDesign Body

Description

Std LinkMakeGroup creates a specialized container called a LinkGroup. Unlike a Std Group, a LinkGroup has its own coordinate system (Placement) and can manage the lifecycle of its contents through different modes. It is primarily used for organizing assemblies and managing complex object references.

Historical note

This command was originally envisaged for the Assembly 3 third-party workbench, and it was added to FreeCAD's core in v0.19 as part of the App Link introduction. As such, it predates the introduction of FreeCAD's built-in Assembly Workbench in v1.0. Thus some of Std LinkMakeGroup's features may no longer apply to building assemblies when using the Assembly workbench.

Usage

With selection

  1. Select one or more objects in the Tree View or 3D View.
  2. Right-click on the selection to display the context menu.
  3. Navigate to Link Actions → Link Group in the context menu.
  4. Select one of the options from the menu:
    • Simple Group: Creates an empty LinkGroup and moves the selected objects into it as-is. The DataLinkMode property is set to None.
    • Group With Links: Creates a new Link for every selected object and places these links inside the LinkGroup.
      • The original objects remain in their original location in the Tree View.
      • The DataPlacement of the original objects is copied to the new links so they appear in the same location.
      • The DataLinkMode property of the group is set to Auto Delete.
    • Group With Transform Links: Creates a new Link for every selected object and places them inside the LinkGroup.
      • The original objects remain in their original location in the Tree View.
      • The DataPlacement the original objects is not copied; all new links are reset to the origin (0,0,0).
      • The DataLinkMode property of the group is set to Auto Delete.
      • The DataLinkTransform property of each created link is set to True.

Without selection

  1. Right-click on an empty area, either on the Tree View panel or on the 3D View, to display the context menu.
  2. Navigate to Link Actions → Link Group in the context menu.
  3. Select an option from the menu:
    • Simple Group: Creates an empty LinkGroup. The DataLinkMode property is set to None.
    • Group With Links: Creates an empty LinkGroup. The DataLinkMode property is set to Auto Delete.
    • Group With Transform Links: Creates an empty LinkGroup. The DataLinkMode property is set to Auto Delete.

Notes

Properties

Data

Link

View

Link

Scripting

TBD.