Std Remplacer par un lien

From FreeCAD Documentation
Revision as of 12:04, 23 September 2020 by David69 (talk | contribs) (Created page with "Cette opération agit sur les "enfants" d'un objet "parent" comme vu dans la Vue en arborescence. Par exemple, étant donné deux objets (A et B) qui particip...")

Std Remplacer par un lien

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 Délier

Description

Std Remplacer par un lien remplace un objet qui se trouve dans un autre objet pour une version App Link de l'ancien.

Cette opération agit sur les "enfants" d'un objet "parent" comme vu dans la Vue en arborescence. Par exemple, étant donné deux objets (A et B) qui participent à une opération Part Booléenne, disons C = A + B, l'objet A peut être remplacé par un Link (Lien) de sorte que 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.

Usage

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

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

An object inside another one is replaced by a Link; the Link is now inside, and the real object is placed outside.

This can also be done with objects contained inside Std Parts and Std Groups.

An object inside a container is replaced by a Link; the Link is now inside, and the real object is placed outside.

Properties

This command creates a new App Link; its properties are described in Std LinkMake.