Std LinkImport/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Anwendung==")
(Created page with "Mit der Schaltfläche {{Button|16px Std VerknüpfungImportieren}} wird ein {{PropertyData|Linked Object}} aus einer Verknüpfung in das aktuelle Dokument importiert und der Anhang zu diesem Objekt geändert.")
Line 19: Line 19:
}}
}}


<span id="Description"></span>
==Beschreibung==
==Beschreibung==


{{Button|[[File:Std_LinkImport.svg|16px]] [[Std_LinkImport|Std LinkImport]]}} imports the {{PropertyData|Linked Object}} from a Link into the current document, and then changes the attachment to this object.
Mit der Schaltfläche {{Button|[[File:Std_LinkImport.svg|16px]] [[Std_LinkImport/de|Std VerknüpfungImportieren]]}} wird ein {{PropertyData|Linked Object}} aus einer Verknüpfung in das aktuelle Dokument importiert und der Anhang zu diesem Objekt geändert.


This operation is helpful when working with [[assembly|assemblies]] in order to organize re-usable models that may be located in other documents.
This operation is helpful when working with [[assembly|assemblies]] in order to organize re-usable models that may be located in other documents.
Line 27: Line 28:
Use {{Button|[[File:Std_LinkImportAll.svg|16px]] [[Std_LinkImportAll|Std LinkImportAll]]}} to import all linked objects.
Use {{Button|[[File:Std_LinkImportAll.svg|16px]] [[Std_LinkImportAll|Std LinkImportAll]]}} to import all linked objects.


<span id="Usage"></span>
==Anwendung==
==Anwendung==



Revision as of 09:31, 25 June 2023

Std VerknüpfungImportieren

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

Beschreibung

Mit der Schaltfläche Std VerknüpfungImportieren wird ein DatenLinked Object aus einer Verknüpfung in das aktuelle Dokument importiert und der Anhang zu diesem Objekt geändert.

This operation is helpful when working with assemblies in order to organize re-usable models that may be located in other documents.

Use Std LinkImportAll to import all linked objects.

Anwendung

  1. Make sure you have a "source" document with an original object, say, a Std Part, and a second "target" document with a Link to that object.
  2. Open the target document and select the Link to the object; its DatenLinked Object should show something like source#Part.
  3. Press Import link.

A copy of the original Std Part must now be inside the current "target" document. The DatenLinked Object property of the Link must now show Part, indicating that the Link no longer points to Part in "source", but to Part in the current document ("target").

Left: a Link points to the object in the "source" document. Right: the original object was imported (copied) into the "target" document, and the existing Link was changed to point to this copy, so it no longer points to the object in "source".