Std LinkReplace/de: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 22: Line 22:
==Beschreibung==
==Beschreibung==


{{Button|[[File:Std_LinkReplace.svg|16px]] [[Std_LinkReplace/de|Std DurchVerknüpfungErsetzen]]}} ersetzt ein Objekt, das sich in einem anderen befindet durch eine [[App_Link|App-Link]]-Version von ersterem.
{{Button|[[File:Std_LinkReplace.svg|16px]] [[Std_LinkReplace/de|Std DurchVerknüpfungErsetzen]]}} ersetzt ein Objekt, das sich in einem anderen befindet, durch eine [[App_Link/de|Anwendung Verknüpfung]]-Version von diesem Objekt.


This operation acts on the "children" of a "parent" object as seen in the [[tree_view|tree view]]. For example, given two objects (A and B) that participate in a {{Button|[[File:Part_Boolean.svg|16px]] [[Part_Boolean|Part Boolean]]}} operation, say, <code>C = A + B</code>, the A object can be replaced by a Link, so that <code>C = A_link + B</code>.
This operation acts on the "children" of a "parent" object as seen in the [[tree_view|tree view]]. For example, given two objects (A and B) that participate in a {{Button|[[File:Part_Boolean.svg|16px]] [[Part_Boolean|Part Boolean]]}} operation, say, <code>C = A + B</code>, the A object can be replaced by a Link, so that <code>C = A_link + B</code>.

Revision as of 08:10, 25 June 2023

Std DurchVerknüpfungErsetzen

Menüeintrag
None
Arbeitsbereich
All
Standardtastenkürzel
Keiner
Eingeführt in Version
0.19
Siehe auch
Std VerknüpfungErstellen, Std UnterverknüpfungErstellen, Std VerknüpfungAuflösen

Beschreibung

Std DurchVerknüpfungErsetzen ersetzt ein Objekt, das sich in einem anderen befindet, durch eine Anwendung Verknüpfung-Version von diesem Objekt.

This operation acts on the "children" of a "parent" object as seen in the tree view. For example, given two objects (A and B) that participate in a Part Boolean operation, say, C = A + B, the A object can be replaced by a Link, so that C = A_link + B.

This operation can be done to replace nested objects that are in a complex assembly for a Link, which may be more efficient if that nested object is used many times in different sub-assemblies. The inverse operation is Std LinkUnlink. To create a generic Link see Std LinkMake.

Anwendung

  1. Make sure you have one object that is inside another one. For example, consider that a Part Fuse was used with two previously created objects, a Part Sphere and a Part Cylinder.
  2. Select the Sphere in the tree view.
  3. Press Replace with link.

The original Sphere must now be outside the Part Fuse, and inside there must be a Link instead (a small overlay arrow is shown in the icon).

Ein Objekt in einem anderen wird durch eine Verknüpfung ersetzt. Jetzt ist die Verknüpfung innen und das reale Objekt liegt außerhalb.

Dies ist auch bei Objekten, die Standard Teile und Std Gruppe enthalten möglich.

Ein Objekt in einem Behälter wird durch eine Verknüpfung ersetzt. Die Verknüpfung liegt nun innerhalb und das reale Objekt liegt außerhalb.

Eigenschaften

Diese Anweisung erstellt eine neue Anwendung Verknüpfung. Seine Eigenschaften sind unter Std VerknüpfungErstellen beschrieben.