FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

VarSet
Expressions
Std Base

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

  • To add objects to a LinkGroup after its creation, drag and drop objects into the group in the Tree View.
  • In groups where DataLinkMode is set to Auto Delete, removing an object from the group or dragging it out of the folder will permanently delete that object from the document.
  • When DataLinkTransform is True, the link's DataPlacement becomes a read-only indicator (shown in green). To move the link, you must modify the (usually hidden) DataLink Placement property.

Properties

Data

Link

  • DataPlacement (Placement): Standard placement of the LinkGroup. Objects inside the group are positioned relative to this coordinate system. In other words, moving a LinkGroup moves all its contents in the 3D View.
  • DataLink Mode (Enumeration): Controls the automated behavior of the group when objects are added or removed:
    • None: The group acts as a simple container. Removing an object from the group does not affect the object's existence in the document.
    • Auto Delete: The group assumes ownership of its contents. If an object is removed from the DataElement List or dragged out of the group in the Tree View, the object is permanently deleted from the document.
    • Auto Link: If a document object is added to the group, the group automatically wraps it in an App Link.
    • Auto UnLink: A selective cleanup mode. It distinguishes between objects that the group created automatically (such as "helper links" generated via the Auto Link mode) and objects that the user manually moved into the group. It will only delete the objects it created itself; any "guest" objects the user added are preserved when they are removed from the group.
  • Data (Hidden)Element List (LinkList): An internal list of references to the document objects contained within the group.
  • Data (Hidden)Visibility List (BoolList): A boolean list that stores the visibility state of each item in the DataElement List. This allows the group to manage the visibility of its contents independently of the objects' own settings. To edit or view this property in the Property

View

Link

  • ViewDraw Style (Enumeration)
  • ViewLine Width (FloatConstraint)
  • ViewOverride Material (Bool): it defaults to false; if set to true it will override the DataLinked Object's material, and it will display the colors defined in ViewShape Material.
  • ViewPoint Size (FloatConstraint)
  • ViewSelectable (Bool)
  • ViewShape Material (Material)

Scripting

TBD.


VarSet
Expressions
Std Base

This page is retrieved from https://wiki.freecad.org/Std_LinkMakeGroup

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub