Std LinkMake/it: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 12: Line 12:
==Descrizione==
==Descrizione==


<div class="mw-translate-fuzzy">
{{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/it|Crea link]]}} crea un [[App Link/it|App Link]] (classe {{incode|App::Link}}), che è un tipo di oggetto che fa riferimento a un altro oggetto, nello stesso documento o in un altro documento. È pensato per l'uso in assiemi meccanici in cui un oggetto può apparire più volte, ad esempio viti e bulloni, ma anche altri complessi sottoassiemi.
{{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/it|Crea link]]}} crea un [[App Link/it|App Link]] (classe {{incode|App::Link}}), che è un tipo di oggetto che fa riferimento a un altro oggetto, nello stesso documento o in un altro documento. È pensato per l'uso in assiemi meccanici in cui un oggetto può apparire più volte, ad esempio viti e bulloni, ma anche altri complessi sottoassiemi.
</div>


<div class="mw-translate-fuzzy">
Per una semplice duplicazione di oggetti, vedere [[Draft Clone/it|Draft Clone]], [[Draft Array/it|Draft Schiera]], e [[Draft PathArray/it|Draft Copie su tracciato]]. Gli strumenti [[Draft LinkArray/it|Draft LinkArray]] e [[Draft PathLinkArray/it|Draft PathLinkArray]] creano dei collegamenti, Link, anziché semplici copie.
Per una semplice duplicazione di oggetti, vedere [[Draft Clone/it|Draft Clone]], [[Draft Array/it|Draft Schiera]], e [[Draft PathArray/it|Draft Copie su tracciato]]. Gli strumenti [[Draft LinkArray/it|Draft LinkArray]] e [[Draft PathLinkArray/it|Draft PathLinkArray]] creano dei collegamenti, Link, anziché semplici copie.
</div>


<div class="mw-translate-fuzzy">
I collegamenti si riferiscono al corpo completo. Per creare schiere di funzioni all'interno dello stesso [[PartDesign Body/it|Corpo di PartDesign]], usare [[PartDesign LinearPattern/it|Serie rettangolare]], [[PartDesign PolarPattern/it|Serie polare]], e [[PartDesign_MultiTransform/it|Multi trasformazione]].
I collegamenti si riferiscono al corpo completo. Per creare schiere di funzioni all'interno dello stesso [[PartDesign Body/it|Corpo di PartDesign]], usare [[PartDesign LinearPattern/it|Serie rettangolare]], [[PartDesign PolarPattern/it|Serie polare]], e [[PartDesign_MultiTransform/it|Multi trasformazione]].
</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]].


== Utilizzo ==
== Utilizzo ==


<div class="mw-translate-fuzzy">
# Selezionare un oggetto per il quale si desidera creare un collegamento.
# Selezionare un oggetto per il quale si desidera creare un collegamento.
# Premere il pulsante {{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/it|Crea link]]}}. Se non viene selezionato alcun oggetto, viene creato un collegamento vuoto.
# Premere il pulsante {{Button|[[Image:Std LinkMake.svg|16px]] [[Std LinkMake/it|Crea link]]}}. Se non viene selezionato alcun oggetto, viene creato un collegamento vuoto.
</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.


== Proprietà ==
== Proprietà ==

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


=== Dati ===
=== Dati ===


{{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">
Mostra inoltre le proprietà Dati dell'originale {{PropertyData|Linked Object}}.
Mostra inoltre le proprietà Dati dell'originale {{PropertyData|Linked Object}}.
</div>


===Vista===
===Vista===


{{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}}.


Mostra inoltre le proprietà Vista dell'originale {{PropertyData|Linked Object}}.
Mostra inoltre le proprietà Vista dell'originale {{PropertyData|Linked Object}}.

Revision as of 19:07, 10 September 2020

Crea link

Posizione nel menu
None
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
0.19
Vedere anche
Std Part, Std Group, PartDesign Body

Descrizione

Crea link crea un App Link (classe App::Link), che è un tipo di oggetto che fa riferimento a un altro oggetto, nello stesso documento o in un altro documento. È pensato per l'uso in assiemi meccanici in cui un oggetto può apparire più volte, ad esempio viti e bulloni, ma anche altri complessi sottoassiemi.

Per una semplice duplicazione di oggetti, vedere Draft Clone, Draft Schiera, e Draft Copie su tracciato. Gli strumenti Draft LinkArray e Draft PathLinkArray creano dei collegamenti, Link, anziché semplici copie.

I collegamenti si riferiscono al corpo completo. Per creare schiere di funzioni all'interno dello stesso Corpo di PartDesign, usare Serie rettangolare, Serie polare, e Multi trasformazione.

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.

Utilizzo

  1. Selezionare un oggetto per il quale si desidera creare un collegamento.
  2. Premere il pulsante Crea link. Se non viene selezionato alcun oggetto, viene creato un collegamento vuoto.

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

Proprietà

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 DatiLabel and DatiLabel2.

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.

Dati

Link

  • DatiLinked Object:
  • DatiLink Transform:
  • DatiPlacement:
  • DatiSub Elements:
  • DatiShow Elements:
  • DatiElement Count:
  • DatiScale:

Hidden Data properties

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

Mostra inoltre le proprietà Dati dell'originale DatiLinked Object.

Vista

Link

  • VistaDraw Style:
  • VistaLine Width:
  • VistaOverride Material:
  • VistaPoint Size:
  • VistaSelectable:
  • VistaShape Material:

Base

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

Display Options

  • VistaDisplay Mode (Enumeration): Link or ChildView.

Mostra inoltre le proprietà Vista dell'originale DatiLinked Object.

Informazioni