Std LinkImport

From FreeCAD Documentation
Jump to navigation Jump to search

Std LinkImport.svg Std LinkImport

Menu location
None
Workbenches
All
Default shortcut
None
Introduced in version
0.19
See also
Std LinkMake, Std LinkMakeRelative, Std LinkImportAll

Description

Std LinkImport.svg Std LinkImport imports the DataLinked Object from a Link into the current document, and then changes the attachment to this object.

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.svg Std LinkImportAll to import all linked objects.

Usage

  1. Make sure you have a "source" document with an original object, say, a Std Part.svg 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 DataLinked Object should show something like source#Part.
  3. Press Std LinkImport.svg Import link.

A copy of the original Std Part.svg Std Part must now be inside the current "target" document. The DataLinked 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").

Std Link tree import 1 example.png Std Link tree import 2 example.png

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".