TechDrawː Proietta forma

From FreeCAD Documentation
Revision as of 22:34, 21 April 2024 by Marco T (talk | contribs) (Created page with "== Proprietà ==")
Other languages:

TechDraw Proietta forma

Posizione nel menu
TechDraw → Viste TechDraw → Project shape...
Ambiente
TechDraw
Avvio veloce
Nessuno
Introdotto nella versione
0.20
Vedere anche
Draft Vista forma 2D

Descrizione

Lo strumento TechDraw Proietta forma crea proiezioni di forme. Le proiezioni vengono create nella Vista 3D e non in una Pagina TechDraw.

Utilizzo

  1. Facoltativamente ruotare la vista 3D. Gli oggetti verranno proiettati su un piano parallelo allo schermo, ovvero lungo la direzione della telecamera della vista 3D, che viene utilizzata come proprietà DatiDirection predefinita.
  2. Selezionare uno o più oggetti. Per ogni oggetto verrà creata una proiezione separata.
  3. Esistono diversi modi per richiamare lo strumento:
    • Premere il pulsante Proietta forma....
    • Selezionare l'opzione TechDraw → Viste TechDraw → Proietta forma... dal menu.
  4. Si apre il pannello delle attività Project Shapes. Vedere Proprietà.
  5. Impostare le opzioni desiderate.
  6. Le opzioni selezionate non dovrebbero generare una proiezione vuota poiché ciò causerebbe un errore. Ad esempio, per un oggetto con solo spigoli vivi come un Part Box, è necessario selezionare l'opzione Mostra gli spigoli vivi e/o Nascondi gli spigoli vivi.
  7. Premere il pulsante OK.
  8. La proiezione è posizionata sul piano XY.
  9. Facoltativamente, modificare la proprietà DatiPlacement e/o la proprietà DatiDirection della proiezione.

Proprietà

A Projection object is derived from a Part Feature and inherits all its properties. It also has the following additional properties:

Data

Projection

  • DatiSource (Link): The shape to project.
  • DatiDirection (Vector): The direction of the projection. This is the normal vector of the projection plane.
  • DatiVCompound (Bool): If true, visible sharp edges are shown. Example: all edges of a Part Box.
  • DatiRg1 Line VCompound (Bool): If true, visible smooth edges are shown. Example: the edges between a fillet and its adjoining faces.
  • DatiRg NLine VCompound (Bool): If true, visible sewn edges are shown. Example: the seam of a 360° cylindrical face.
  • DatiOut Line VCompound (Bool): If true, visible outline edges (that are not sharp) are shown. Example: the side view of a Part Cylinder has two such edges.
  • DatiIso Line VCompound (Bool): If true, visible isoparameters are shown. Does not work currently.
  • DatiHCompound (Bool): If true, hidden sharp edges are shown.
  • DatiRg1 Line HCompound (Bool): If true, hidden smooth edges are shown
  • DatiRg NLine HCompound (Bool): If true, hidden sewn edges are shown.
  • DatiOut Line HCompound (Bool): If true, hidden outline edges are shown.
  • DatiIso Line HCompound (Bool): If true, hidden isoparameters are shown. Does not work currently.

Notes

This tool was previously available in the Drawing Workbench.