Std LinkImport/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav |Std LinkUnlink |Std LinkImportAll |Std Base |IconL=Std_LinkUnlink.svg |IconR=Std_LinkImportAl...")
(Updating to match new version of source page)
 
(3 intermediate revisions by one other user not shown)
Line 18: Line 18:
}}
}}


== Description ==
== Descrição ==


{{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.
{{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.
Line 26: Line 26:
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.


== Usage ==
== Utilização ==


# Make sure you have a "source" document with an original object, say, a {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}}, and a second "target" document with a Link to that object.
# Make sure you have a "source" document with an original object, say, a {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}}, and a second "target" document with a Link to that object.
# Open the target document and select the Link to the object; its {{PropertyData|Linked Object}} should show something like {{Value|source#Part}}.
# Open the target document and select the Link to the object; its {{PropertyData|Linked Object}} should show something like {{Value|source#Part}}.
# Press {{Button|[[File:Std_LinkImport.svg|16px]] [[Std_LinkImport|Std LinkImport]]}}.
# Press {{Button|[[File:Std_LinkImport.svg|16px]] [[Std_LinkImport|Import link]]}}.


A copy of the original {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}} must now be inside the current "target" document. The {{PropertyData|Linked Object}} property of the Link must now show {{Value|Part}}, indicating that the Link no longer points to {{Value|Part}} in "source", but to {{Value|Part}} in the current document ("target").
A copy of the original {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}} must now be inside the current "target" document. The {{PropertyData|Linked Object}} property of the Link must now show {{Value|Part}}, indicating that the Link no longer points to {{Value|Part}} in "source", but to {{Value|Part}} in the current document ("target").
Line 40: Line 40:


{{Docnav
{{Docnav
|[[Std_LinkUnlink|LinkUnlink]]
|[[Std_LinkUnlink/pt-br|Std LinkUnlink]]
|[[Std_LinkImportAll|LinkImportAll]]
|[[Std_LinkImportAll/pt-br|Std LinkImportAll]]
|[[Std_Base|Std Base]]
|[[Std_Base/pt-br|Std Base]]
|IconL=Std_LinkUnlink.svg
|IconL=Std_LinkUnlink.svg
|IconR=Std_LinkImportAll.svg
|IconR=Std_LinkImportAll.svg

Latest revision as of 10:12, 5 February 2022

Other languages:

Std LinkImport

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

Descrição

Std LinkImport imports the DadosLinked 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 to import all linked objects.

Utilização

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