Std LinkImport/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "== Utilisation ==")
(Created page with "# Assurez-vous que vous avez un document "source" avec un objet original, disons, un {{Button|16px Std Part}} et une seconde "cible" documen...")
Line 20: Line 20:
== Utilisation ==
== Utilisation ==


# 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.
# Assurez-vous que vous avez un document "source" avec un objet original, disons, un {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}} et une seconde "cible" document avec un lien vers cet objet.
# Open the target document and select the Link to the object; its {{PropertyData|Linked Object}} should show something like {{Value|source#Part}}.
# Ouvrez le document cible et sélectionnez le lien vers l'objet. Sa {{PropertyData/fr|Linked Object}} doit afficher quelque chose comme {{Value|source#Part}}.
# Press {{Button|[[File:Std_LinkImport.svg|16px]] [[Std_LinkImport|Std LinkImport]]}}.
# Appuyez sur {{Button|[[File:Std_LinkImport.svg|16px]] [[Std_LinkImport/fr|Std Importer des liens]]}}.


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

Revision as of 09:24, 22 September 2020

Std Importer des liens

Emplacement du menu
Aucun
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
0.19
Voir aussi
Std Créer un lien, Std Créer un lien relatif, Std Importer tous les liens

Description

Std Importer des liens importe la DonnéesLinked Object d'un lien dans le document en cours puis modifie la dépendance à cet objet.

Cette opération est utile lorsque vous travaillez avec des assemblages afin d'organiser des modèles réutilisables qui peuvent se trouver dans d'autres documents.

Utilisez Std Importer tous les liens pour importer tous les objets liés.

Utilisation

  1. Assurez-vous que vous avez un document "source" avec un objet original, disons, un Std Part et une seconde "cible" document avec un lien vers cet objet.
  2. Ouvrez le document cible et sélectionnez le lien vers l'objet. Sa DonnéesLinked Object doit afficher quelque chose comme source#Part.
  3. Appuyez sur Std Importer des liens.

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