Std LinkMake/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 12: Line 12:
==Description==
==Description==


<div class="mw-translate-fuzzy">
{{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/fr|Std LinkMake]]}} crée un [[App Link/fr|App Link]] ({{incode|App::Link}} class), type d'objet qui fait référence à un autre objet dans le même document ou dans un autre document. Il est destiné à être utilisé dans des ensembles mécaniques dans lesquels un même objet peut apparaître plusieurs fois, par exemple des vis et des boulons, mais également d'autres sous-ensembles complexes.
{{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/fr|Std LinkMake]]}} crée un [[App Link/fr|App Link]] ({{incode|App::Link}} class), type d'objet qui fait référence à un autre objet dans le même document ou dans un autre document. Il est destiné à être utilisé dans des ensembles mécaniques dans lesquels un même objet peut apparaître plusieurs fois, par exemple des vis et des boulons, mais également d'autres sous-ensembles complexes.
</div>


<div class="mw-translate-fuzzy">
Pour une duplication simple des objets, voir [[Draft Clone/fr|Draft Clone]], [[Draft Array/fr|Draft Matrice]] et [[Draft PathArray/fr|Draft Série de copies]]. Les outils [[Draft LinkArray/fr|Draft LinkArray]] et [[Draft PathLinkArray/fr|Draft PathLinkArray]] créent des liens au lieu de simples copies.
Pour une duplication simple des objets, voir [[Draft Clone/fr|Draft Clone]], [[Draft Array/fr|Draft Matrice]] et [[Draft PathArray/fr|Draft Série de copies]]. Les outils [[Draft LinkArray/fr|Draft LinkArray]] et [[Draft PathLinkArray/fr|Draft PathLinkArray]] créent des liens au lieu de simples copies.
</div>


<div class="mw-translate-fuzzy">
Les liens sont destinés à être utilisés avec des corps entiers. Pour créer des tableaux de caractéristiques dans le même [[PartDesign Body/fr|PartDesign Corps]], utilisez [[PartDesign LinearPattern/fr|PartDesign Répétition linéaire]], [[PartDesign PolarPattern/fr|PartDesign Répétition circulaire]] et [[PartDesign_MultiTransform/fr|PartDesign Transformation multiple]].
Les liens sont destinés à être utilisés avec des corps entiers. Pour créer des tableaux de caractéristiques dans le même [[PartDesign Body/fr|PartDesign Corps]], utilisez [[PartDesign LinearPattern/fr|PartDesign Répétition linéaire]], [[PartDesign PolarPattern/fr|PartDesign Répétition circulaire]] et [[PartDesign_MultiTransform/fr|PartDesign Transformation multiple]].
</div>

The {{Button|[[File:Std_LinkMake.svg|16px]] [[Std_LinkMake|Std LinkMake]]}} tool is not defined by a particular workbench, but by the base system, thus it is found in the {{MenuCommand|structure toolbar}} that is available in all [[Workbenches|workbenches]]. The Link object, used in conjunction with {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}} to group various objects, forms the basis of the [[File:Assembly3_workbench_icon.svg|24px]] [[Assembly3_Workbench|Assembly3]] and [[File:Assembly4_workbench_icon.svg|24px]] [[Assembly4_Workbench|Assembly4 Workbenches]].


==Utilisation==
==Utilisation==


<div class="mw-translate-fuzzy">
# Sélectionnez un objet pour lequel vous souhaitez créer un lien.
# Sélectionnez un objet pour lequel vous souhaitez créer un lien.
# Appuyez sur le bouton {{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/fr|Std LinkMake]]}}. Si aucun objet n'est sélectionné, un lien vide sera créé.
# Appuyez sur le bouton {{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/fr|Std LinkMake]]}}. Si aucun objet n'est sélectionné, un lien vide sera créé.
</div>

Without selection:
# If no object is selected, press the {{Button|[[File:Std_LinkMake.svg|16px]] [[Std_LinkMake|Std LinkMake]]}} button to create an empty [[File:Link.svg|24px]] Link.
# Go to the [[property_editor|property editor]], then click on the {{PropertyData|Linked Object}} property to open the [[Selection_methods|Link selection dialog]] to choose an object, then press {{Button|OK}}.
# Instead of choosing an entire object in the [[tree_view|tree view]], you can also pick subelements (vertices, edges, or faces) of a single object in the [[3D_view|3D view]]. In this case, the Link will duplicate only these subelements, and the arrow overlay will be different.


==Propriétés==
==Propriétés==

An [[App_Link|App Link]] ({{incode|App::Link}} class) is derived from the basic [[App_DocumentObject|App DocumentObject]] ({{incode|App::DocumentObject}} class), therefore it has the latter's basic properties like {{PropertyData|Label}} and {{PropertyData|Label2}}.

The following are the specific properties available in the [[property editor|property editor]]. Hidden properties can be shown by using the {{MenuCommand|Show all}} command in the context menu of the [[property editor|property editor]].


===Données===
===Données===


{{TitleProperty| Link}}

<div class="mw-translate-fuzzy">
* {{PropertyData|Linked Object}}:
* {{PropertyData|Linked Object}}:
* {{PropertyData|Link Transform}}:
* {{PropertyData|Link Transform}}:
Line 34: Line 56:
* {{PropertyData|Element Count}}:
* {{PropertyData|Element Count}}:
* {{PropertyData|Scale}}:
* {{PropertyData|Scale}}:
</div>


==== Hidden Data properties ====

* {{PropertyData|Colored Elements|LinkSubHidden|Hidden}}: list of Link elements that have had their color overriden.
* {{PropertyData|Scale Vector|Vector|Hidden}}: the scale factor for each component {{incode|(X, Y, Z)}} for all Link elements when {{PropertyData|Element Count}} is {{Value|1}} or larger. If {{PropertyData|Scale}} is other than {{Value|1.0}}, this same value will be used in the three components.
* {{PropertyData|Visibility List|BoolList|Hidden}}: {{emphasis|(read-only)}} the visibility state of each Link element, either {{TRUE}} or {{FALSE}}.
* {{PropertyData|Placement List|PlacementList|Hidden}}: {{emphasis|(read-only)}} the placement for each Link element.
* {{PropertyData|Element List|LinkList|Hidden}}: the list of Link elements.
* {{PropertyData|_LinkTouched|Bool|Hidden}}:
* {{PropertyData|_ChildCache|LinkList|Hidden}}:

<div class="mw-translate-fuzzy">
De plus, il affichera les propriétés de l'original {{PropertyData|Linked Object}}.
De plus, il affichera les propriétés de l'original {{PropertyData|Linked Object}}.
</div>


===Vues===
===Vues===


{{TitleProperty| Link}}

<div class="mw-translate-fuzzy">
* {{PropertyView|Draw Style}}:
* {{PropertyView|Draw Style}}:
* {{PropertyView|Line Width}}:
* {{PropertyView|Line Width}}:
Line 45: Line 83:
* {{PropertyView|Selectable}}:
* {{PropertyView|Selectable}}:
* {{PropertyView|Shape Material}}:
* {{PropertyView|Shape Material}}:
</div>

{{TitleProperty|Base}}

* {{PropertyView|Child View Provider|PersistentObject|Hidden}}:
* {{PropertyView|Material List|MaterialList|Hidden}}:
* {{PropertyView|Override Color List|ColorList|Hidden}}:
* {{PropertyView|Override Material List|BoolList|Hidden}}:

{{TitleProperty|Display Options}}

* {{PropertyView|Display Mode|Enumeration}}: {{Value|Link}} or {{Value|ChildView}}.


Il montrera en outre les propriétés de vue de l'original {{PropertyData|Linked Object}}.
Il montrera en outre les propriétés de vue de l'original {{PropertyData|Linked Object}}.

Revision as of 19:07, 10 September 2020

Std LinkMake

Emplacement du menu
Aucun
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
0.19
Voir aussi
Std Part, Std Groupe, PartDesign Corps

Description

Std LinkMake crée un App Link (App::Link class), type d'objet qui fait référence à un autre objet dans le même document ou dans un autre document. Il est destiné à être utilisé dans des ensembles mécaniques dans lesquels un même objet peut apparaître plusieurs fois, par exemple des vis et des boulons, mais également d'autres sous-ensembles complexes.

Pour une duplication simple des objets, voir Draft Clone, Draft Matrice et Draft Série de copies. Les outils Draft LinkArray et Draft PathLinkArray créent des liens au lieu de simples copies.

Les liens sont destinés à être utilisés avec des corps entiers. Pour créer des tableaux de caractéristiques dans le même PartDesign Corps, utilisez PartDesign Répétition linéaire, PartDesign Répétition circulaire et PartDesign Transformation multiple.

The Std LinkMake tool is not defined by a particular workbench, but by the base system, thus it is found in the structure toolbar that is available in all workbenches. The Link object, used in conjunction with Std Part to group various objects, forms the basis of the Assembly3 and Assembly4 Workbenches.

Utilisation

  1. Sélectionnez un objet pour lequel vous souhaitez créer un lien.
  2. Appuyez sur le bouton Std LinkMake. Si aucun objet n'est sélectionné, un lien vide sera créé.

Without selection:

  1. If no object is selected, press the Std LinkMake button to create an empty Link.
  2. Go to the property editor, then click on the DonnéesLinked Object property to open the Link selection dialog to choose an object, then press OK.
  3. Instead of choosing an entire object in the tree view, you can also pick subelements (vertices, edges, or faces) of a single object in the 3D view. In this case, the Link will duplicate only these subelements, and the arrow overlay will be different.

Propriétés

An App Link (App::Link class) is derived from the basic App DocumentObject (App::DocumentObject class), therefore it has the latter's basic properties like DonnéesLabel and DonnéesLabel2.

The following are the specific properties available in the property editor. Hidden properties can be shown by using the Show all command in the context menu of the property editor.

Données

Link

  • DonnéesLinked Object:
  • DonnéesLink Transform:
  • DonnéesPlacement:
  • DonnéesSub Elements:
  • DonnéesShow Elements:
  • DonnéesElement Count:
  • DonnéesScale:

Hidden Data properties

  • Données (Hidden)Colored Elements (LinkSubHidden): list of Link elements that have had their color overriden.
  • Données (Hidden)Scale Vector (Vector): the scale factor for each component (X, Y, Z) for all Link elements when DonnéesElement Count is 1 or larger. If DonnéesScale is other than 1.0, this same value will be used in the three components.
  • Données (Hidden)Visibility List (BoolList): (read-only) the visibility state of each Link element, either true or false.
  • Données (Hidden)Placement List (PlacementList): (read-only) the placement for each Link element.
  • Données (Hidden)Element List (LinkList): the list of Link elements.
  • Données (Hidden)_LinkTouched (Bool):
  • Données (Hidden)_ChildCache (LinkList):

De plus, il affichera les propriétés de l'original DonnéesLinked Object.

Vues

Link

  • VueDraw Style:
  • VueLine Width:
  • VueOverride Material:
  • VuePoint Size:
  • VueSelectable:
  • VueShape Material:

Base

  • Vue (Hidden)Child View Provider (PersistentObject):
  • Vue (Hidden)Material List (MaterialList):
  • Vue (Hidden)Override Color List (ColorList):
  • Vue (Hidden)Override Material List (BoolList):

Display Options

  • VueDisplay Mode (Enumeration): Link or ChildView.

Il montrera en outre les propriétés de vue de l'original DonnéesLinked Object.

Informations