Crea link

From FreeCAD Documentation
Revision as of 19:07, 10 September 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

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