Translations:Std LinkMake/10/it: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 1: Line 1:
* {{PropertyData/it|Linked Object|XLink}}: indica l'oggetto sorgente dell'[[App_Link/it|App Link]]; questo può essere un oggetto intero, o un sottoelemento dello stesso (vertice, bordo o faccia).
* {{PropertyData/it|Linked Object|XLink}}: indica l'oggetto sorgente dell'[[App_Link/it|App Link]]; questo può essere un oggetto intero, o un sottoelemento dello stesso (vertice, bordo o faccia).
* {{PropertyData/it|Link Transform|Bool}}: è impostato su {{FALSE}}, in questo caso il Link sovrascriverà il posizionamento del {{PropertyData/it|Linked Object}}. Se è impostato a {{TRUE}}, il Link sarà posizionato nella stessa posizione del {{PropertyData/it|Linked Object}}, e il suo posizionamento sarà relativo al posizionamento del {{PropertyData/it|Linked Object}}. Questo può essere ottenuto anche con {{Button|[[File:Std_LinkMakeRelative.svg|16px]]. [[Std_LinkMakeRelative/it|Std LinkMakeRelative]]}}.
* {{PropertyData/it|Link Transform|Bool}}: è impostato su {{FALSE}}, in questo caso il Link sovrascriverà il posizionamento del {{PropertyData/it|Linked Object}}. Se è impostato a {{TRUE}}, il Link sarà posizionato nella stessa posizione del {{PropertyData/it|Linked Object}}, e il suo posizionamento sarà relativo al posizionamento del {{PropertyData/it|Linked Object}}. Questo può essere ottenuto anche con {{Button|[[File:Std_LinkMakeRelative.svg|16px]]. [[Std_LinkMakeRelative/it|Std LinkMakeRelative]]}}.
* {{PropertyData|Placement|Placement}}: il posizionamento del Link in coordinate assolute.
* {{PropertyData/it|Placement|Placement}}: il posizionamento del Link in coordinate assolute.
* {{PropertyData|Link Placement|Placement|Hidden}}: è un offset applicato in aggiunta al {{PropertyData/it|Placement}} dell'{{PropertyData/it|Linked Object}}. Questa proprietà è normalmente nascosta, ma appare se {{PropertyData/it|Link Transform}} è impostato su {{TRUE}}; in questo caso, {{PropertyData/it|Placement}} diventa ora nascosto.
* {{PropertyData/it|Link Placement|Placement|Hidden}}: è un offset applicato in aggiunta al {{PropertyData/it|Placement}} dell'{{PropertyData/it|Linked Object}}. Questa proprietà è normalmente nascosta, ma appare se {{PropertyData/it|Link Transform}} è impostato su {{TRUE}}; in questo caso, {{PropertyData/it|Placement}} diventa ora nascosto.
* {{PropertyData/it|Show Element|Bool}}: è impostato di default su {{TRUE}}, nel caso in cui la [[tree_view/it|vista ad albero]] mostrerà le singole copie del Link, a condizione che {{PropertyData/it|Element Count}} sia {{Value|1}} o più grande.
* {{PropertyData/it|Show Element|Bool}}: è impostato di default su {{TRUE}}, nel caso in cui la [[tree_view/it|vista ad albero]] mostrerà le singole copie del Link, a condizione che {{PropertyData/it|Element Count}} sia {{Value|1}} o più grande.
* {{PropertyData/it|Element Count|IntegerConstraint}}: è impostato su {{Value|0}}. Se è {{Value|1}} o più grande, il [[App_Link/it|App Link]] si comporterà come un array, e duplicherà lo stesso {{PropertyData|Linked Object}} molte volte. Se {{PropertyData|Show Elements}} è {{TRUE}}, ogni elemento dell'array sarà visualizzato nella [[tree_view/it|vista ad albero]], e ognuno può avere il proprio {{PropertyData/it|Placement}} modificato. Ogni copia del Link avrà un nome basato sul Link [[Object_name/it|Nome]], incrementato da {{incode|_iN}}, dove {{incode|N}} è un numero che inizia con {{incode|0}}. Per esempio, con un singolo {{incode|Link}}, le copie saranno denominate {{incode|Link_i0}}, {{incode|Link_i1}}, {{incode|Link_i2}}, ecc.
* {{PropertyData/it|Element Count|IntegerConstraint}}: è impostato su {{Value|0}}. Se è {{Value|1}} o più grande, il [[App_Link/it|App Link]] si comporterà come un array, e duplicherà lo stesso {{PropertyData|Linked Object}} molte volte. Se {{PropertyData|Show Elements}} è {{TRUE}}, ogni elemento dell'array sarà visualizzato nella [[tree_view/it|vista ad albero]], e ognuno può avere il proprio {{PropertyData/it|Placement}} modificato. Ogni copia del Link avrà un nome basato sul Link [[Object_name/it|Nome]], incrementato da {{incode|_iN}}, dove {{incode|N}} è un numero che inizia con {{incode|0}}. Per esempio, con un singolo {{incode|Link}}, le copie saranno denominate {{incode|Link_i0}}, {{incode|Link_i1}}, {{incode|Link_i2}}, ecc.

Revision as of 16:37, 10 January 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Std LinkMake)
* {{PropertyData|Linked Object|XLink}}: it indicates the source object of the [[App_Link|App Link]]; this can be an entire object, or a subelement of it (vertex, edge, or face).
* {{PropertyData|Link Transform|Bool}}: it defaults to {{FALSE}}, in which case the Link will override the {{PropertyData|Linked Object}}'s own placement. If it is set to {{TRUE}}, the Link will be placed in the same position as the {{PropertyData|Linked Object}}, and its placement will be relative to the {{PropertyData|Linked Object}}'s placement. This can also be achieved with {{Button|[[File:Std_LinkMakeRelative.svg|16px]] [[Std_LinkMakeRelative|Std LinkMakeRelative]]}}.
* {{PropertyData|Placement|Placement}}: the placement of the Link in absolute coordinates.
* {{PropertyData|Link Placement|Placement|Hidden}}: it is an offset applied on top of the {{PropertyData|Placement}} of the {{PropertyData|Linked Object}}. This property is normally hidden but appears if {{PropertyData|Link Transform}} is set to {{TRUE}}; in this case, {{PropertyData|Placement}} now becomes hidden.
* {{PropertyData|Show Element|Bool}}: it defaults to {{TRUE}}, in which case the [[tree_view|tree view]] will show the individual Link copies, as long as {{PropertyData|Element Count}} is {{Value|1}} or larger.
* {{PropertyData|Element Count|IntegerConstraint}}: it defaults to {{Value|0}}. If it is {{Value|1}} or larger, the [[App_Link|App Link]] will behave like an array, and will duplicate the same {{PropertyData|Linked Object}} many times. If {{PropertyData|Show Elements}} is {{TRUE}}, each element in the array will be displayed in the [[tree_view|tree view]], and each can have its own {{PropertyData|Placement}} modified. Each Link copy will have a name based on the Link's [[Object_name|Name]], augmented by {{incode|_iN}}, where {{incode|N}} is a number starting from {{incode|0}}. For example, with a single {{incode|Link}}, the copies will be named {{incode|Link_i0}}, {{incode|Link_i1}}, {{incode|Link_i2}}, etc.
* {{PropertyData|Link Execute|String}}: name of the execute function that will run for this particular Link object. It defaults to {{Value|'appLinkExecute'}}. Set it to {{Value|'None'}} to disable it.
* {{PropertyData|Colored Elements|LinkSubHidden|Hidden}}: list of Link elements that have had their color overriden.
* {{PropertyData|Scale|Float}}: it defaults to {{Value|1.0}}. It is a factor for uniform scaling in each direction {{incode|X}}, {{incode|Y}}, and {{incode|Z}}. For example, a cube of {{Value|2 mm}} x {{Value|2 mm}} x {{Value|2 mm}}, that is scaled by {{Value|2.0}}, will result in a shape with dimensions {{Value|4 mm}} x {{Value|4 mm}} x {{Value|4 mm}}.
* {{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|Scale List|VectorList}}: the scale factor for each Link element.
* {{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}}:
  • DatiLinked Object (XLink): indica l'oggetto sorgente dell'App Link; questo può essere un oggetto intero, o un sottoelemento dello stesso (vertice, bordo o faccia).
  • DatiLink Transform (Bool): è impostato su false, in questo caso il Link sovrascriverà il posizionamento del DatiLinked Object. Se è impostato a true, il Link sarà posizionato nella stessa posizione del DatiLinked Object, e il suo posizionamento sarà relativo al posizionamento del DatiLinked Object. Questo può essere ottenuto anche con . Std LinkMakeRelative.
  • DatiPlacement (Placement): il posizionamento del Link in coordinate assolute.
  • Dati (nascosto)Link Placement (Placement): è un offset applicato in aggiunta al DatiPlacement dell'DatiLinked Object. Questa proprietà è normalmente nascosta, ma appare se DatiLink Transform è impostato su true; in questo caso, DatiPlacement diventa ora nascosto.
  • DatiShow Element (Bool): è impostato di default su true, nel caso in cui la vista ad albero mostrerà le singole copie del Link, a condizione che DatiElement Count sia 1 o più grande.
  • DatiElement Count (IntegerConstraint): è impostato su 0. Se è 1 o più grande, il App Link si comporterà come un array, e duplicherà lo stesso DatiLinked Object molte volte. Se DatiShow Elements è true, ogni elemento dell'array sarà visualizzato nella vista ad albero, e ognuno può avere il proprio DatiPlacement modificato. Ogni copia del Link avrà un nome basato sul Link Nome, incrementato da _iN, dove N è un numero che inizia con 0. Per esempio, con un singolo Link, le copie saranno denominate Link_i0, Link_i1, Link_i2, ecc.
  • DatiLink Execute (String):nome della funzione di esecuzione che verrà eseguita per questo particolare oggetto Link. Il suo valore predefinito è 'appLinkExecute'. Impostarlo su 'None' per disabilitarlo.
  • Dati (nascosto)Colored Elements (LinkSubHidden): elenco di link che hanno subito la sovrascrittura del loro colore.
  • DatiScale (Float): è impostato su 1.0. È un fattore per una scalabilità uniforme in ogni direzione X, Y, e Z. Per esempio, un cubo di 2 mm x 2 mm x 2 mm, che viene scalato da 2.0, risulterà in una forma con dimensioni 4 mm x 4 mm x 4 mm.
  • Dati (nascosto)Scale Vector (Vector): il fattore di scala per ogni componente (X, Y, Z) per tutti gli elementi Link quando DatiElement Count è 1 o più grande. Se DatiScale è diverso da 1.0, lo stesso valore sarà utilizzato nei tre componenti.
  • DatiScale List (VectorList): il fattore di scala per ogni elemento Link.
  • Dati (nascosto)Visibility List (BoolList): (read-only) lo stato di visibilità di ogni elemento Link, o true o false.
  • Dati (nascosto)Placement List (PlacementList): (read-only) il posizionamento per ogni elemento Link.
  • Dati (nascosto)Element List (LinkList): l'elenco degli elementi Link.
  • Dati (nascosto)_LinkTouched (Bool):
  • Dati (nascosto)_ChildCache (LinkList):