Std LinkMake/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Proprietà ==")
(Updating to match new version of source page)
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
{{GuiCommand/it
{{GuiCommand/it
|Name=Std LinkMake
|Name=Std LinkMake
|Name/it=Std LinkMake
|Name/it=Crea link
|MenuLocation=None
|MenuLocation=None
|Workbenches=Tutti
|Workbenches=Tutti
Line 21: Line 21:


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


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


=== Data ===
=== Dati ===


* {{PropertyData|Linked Object}}:
* {{PropertyData|Linked Object}}:
Line 37: Line 37:
It will additionally show the properties of the original {{PropertyData|Linked Object}}.
It will additionally show the properties of the original {{PropertyData|Linked Object}}.


=== View ===
===Vista===


* {{PropertyView|Draw Style}}:
* {{PropertyView|Draw Style}}:
Line 47: Line 47:


It will additionally show the view properties of the original {{PropertyData|Linked Object}}.
It will additionally show the view properties of the original {{PropertyData|Linked Object}}.

== Information ==

* [https://forum.freecadweb.org/viewtopic.php?f=17&t=39672 PR#2559: expose link and navigation actions], an introduction to the Link feature in 0.19.


{{Userdocnavi/it}}
{{Userdocnavi/it}}

Revision as of 06:30, 30 September 2019

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

Un App::Link o solo Link è 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.

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.

Proprietà

Dati

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

It will additionally show the properties of the original DatiLinked Object.

Vista

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

It will additionally show the view properties of the original DatiLinked Object.

Information