Drawing Orthoviews/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Non ci sono proprietà per questo comando; il comando crea le proprietà per ciascuna delle singole viste.")
(Created page with "== Script ==")
Line 41: Line 41:
Non ci sono proprietà per questo comando; il comando crea le proprietà per ciascuna delle singole viste.
Non ci sono proprietà per questo comando; il comando crea le proprietà per ciascuna delle singole viste.


==Scripting==
== Script ==


Drawing Orthoviews is not called in scripting. The individual views created by the Drawing Orthoviews command can be created in scripts.
Drawing Orthoviews is not called in scripting. The individual views created by the Drawing Orthoviews command can be created in scripts.

Revision as of 16:42, 18 March 2018

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Descrizione

Viste ortogonali

Posizione nel menu
Drawing → Inserisci viste ortogonali
Ambiente
Drawing, Complete
Avvio veloce
none
Introdotto nella versione
-
Vedere anche
Nuovo disegno


Lo strumento Viste ortogonali inserisce una serie di proiezioni ortografiche dell'oggetto selezionato nel foglio di disegno attivo. Notare che non crea un singolo oggetto vista sulla pagina. Crea invece una proiezione ortografica separata per ciascuna delle viste selezionate nelle opzioni.

The Orthoviews tool creates all of the orthographic projections is the proper location for the given main view.

Utilizzo

  1. Selezionare una funzione nell'albero del modello.
  2. Se è presente più di una pagina, selezionare più volte la pagina desiderata (mantenendo la funzione selezionata).
  3. Premere il pulsante Inserisci viste ortogonali.
  4. Definire le opzioni di creazione della vista desiderate. Vedere le Opzioni.
  5. Fare clic su OK per creare le viste della funzione selezionata sulla pagina selezionata.

Opzioni

A seconda delle selezioni effettuate, alcune opzioni potrebbero non essere disponibili.

  • Projection: Selezionare se si desidera una proiezione terzo angolo (impostazione predefinita) o una proiezione primo angolo
  • View from: Scegliere l'asse che deve essere rivolto verso l'utente.
  • Axis aligned right: Scegli l'asse rivolto a destra sul foglio di disegno. L'asse rimanente sarà verticale sulla pagina.
  • Secondary views: Scegliere le viste che si desidera creare. La vista principale si trova al centro delle caselle di controllo ed è orientata dalle opzioni View from e Axis aligned right. Vengono create delle viste secondarie per ogni casella selezionata.

Aspetti generali

  • Auto scale / position: If this box is checked, the view scale, location, and spacing will be chosen to best use the available space on the page. If this box is unchecked, the user specifies scale, location, and spacing.
  • Scale: The scale for the view, expressed as the denominator of a scale fraction. Thus, 2 will create a set of views scaled at 1:2.
  • Top left x / y: The location of the set of views from the top left of the page. Incresing the x value (first column) moves the views to the right. Increasing the y value (second column) moves the views down on the page.
  • Spacing dx / dy: The x (first column) and y (second column) spacings between adjacent views. The spacings are the spacing of the Part coordinate system; in most cases there will be less blank space between the views that the spacing value (as the views have x and y dimensions).
  • Show hidden lines: If selected, hidden lines will be visible in the created views.
  • Show smooth lines: If selected, show lines where curvature is discontinuous (for example, where a fillet connects to a flat part).

Proprietà

Non ci sono proprietà per questo comando; il comando crea le proprietà per ciascuna delle singole viste.

Script

Drawing Orthoviews is not called in scripting. The individual views created by the Drawing Orthoviews command can be created in scripts.

Limitations

To be added

Tutorials

To be added