Std LinkMakeGroup/de

Std Verknüpfungsgruppe erstellen

Menüeintrag
Keine
Arbeitsbereich
Alle
Standardtastenkürzel
Keiner
Eingeführt in Version
0.19
Siehe auch
Std Teil, Std Gruppe, PartDesign Körper

Beschreibung

Std Verknüpfungsgruppe erstellen erstellt einen speziellen Container namens LinkGroup. Im Gegensatz zu einer Std Gruppe verfügt eine LinkGroup über ein eigenes Koordinatensystem (Platzierung) und kann den Lebenszyklus ihrer Inhalte über verschiedene Modi verwalten. Sie wird in erster Linie zum Organisieren von Baugruppen und zum Verwalten komplexer Objektverweise verwendet.

Historischer Hinweis

Dieser Befehl war ursprünglich für den externen Arbeitsbereich Assembly 3 vorgesehen, und wurde als Teil der App Link-Einführung zum FreeCAD-Kern hinzugefügt. Damit ist es älter als die Einführung des in FreeCAD integrierten Arbeitsbreichs Assembly in Version 1.0. Daher gelten einige Funktionen von Std Verknüpfungsgruppe erstellen möglicherweise nicht mehr für die Erstellung von Baugruppen, wenn der Arbeitsbereich Assembly verwendet wird.

Anwendung

Mit Auswahl

  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 DatenLinkMode 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 DatenPlacement of the original objects is copied to the new links so they appear in the same location.
      • The DatenLinkMode 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 DatenPlacement the original objects is not copied; all new links are reset to the origin (0,0,0).
      • The DatenLinkMode property of the group is set to Auto Delete.
      • The DatenLinkTransform property of each created link is set to True.

Ohne Auswahl

  1. Mit der rechten Maustaste auf einen leeren Bereich klicken, entweder im Baumansicht-Fenster oder in der 3D-Ansicht, um das Kontextmenü anzuzeigen.
  2. Im Kontextmenü zu Verknüpfungs-Aktionen → Verknüpfungs-Gruppe navigieren.
  3. Aus dem Menü eine Option wählen:
    • Einfache Gruppe: Erzeugt eine leere VerknüpfungsGruppe. Die Eigenschaft Daten-EigenschaftLinkMode wird auf None gesetzt.
    • Gruppe mit Verknüpfungen: Erzeugt eine leere VerknüpfungsGruppe. Die Eigenschaft Daten-EigenschaftLinkMode wird auf Auto Delete gesetzt.
    • Gruppieren mit Transform-Verknüpfungen: Erzeugt eine leere VerknüpfungsGruppe. Die Eigenschaft Daten-EigenschaftLinkMode wird auf Auto Delete gesetzt.

Hinweise

Eigenschaften

Daten

Link

  • DatenPlacement (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.
  • DatenLink 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 DatenElement 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.
  • Daten (Hidden)Element List (LinkList): An internal list of references to the document objects contained within the group.
  • Daten (Hidden)Visibility List (BoolList): A boolean list that stores the visibility state of each item in the DatenElement 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

Ansicht

Link

Skripten

in Arbeit...