TechDraw ProjectShape/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Lo strumento '''TechDraw Proietta forma''' crea proiezioni di forme. Le proiezioni vengono create nella Vista 3D e non in una Pagina TechDraw.")
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Docnav/it
{{Docnav/it
|[[TechDraw_ShareView/it|Condividi Vista]]
|[[TechDraw_ShareView/it|Condividi Vista]]
|[[TechDraw_StackTop/it|Pila in alto]]
|[[TechDraw_StackTop/it|Sposta in cima]]
|[[TechDraw_Workbench/it|TechDraw]]
|[[TechDraw_Workbench/it|TechDraw]]
|IconL=TechDraw_ShareView.svg
|IconL=TechDraw_ShareView.svg
Line 27: Line 27:
[[File:ProjectShape1_it.png]]
[[File:ProjectShape1_it.png]]


== Usage ==
<span id="Usage"></span>
== Utilizzo ==


# Optionally rotate the [[3D_view|3D view]]. The objects will be projected onto a plane parallel to the screen i.e. along the 3D view's camera direction, which is used as the default {{PropertyData|Direction}} property.
# Facoltativamente ruotare la [[3D_view/it|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à {{PropertyData|Direction}} predefinita.
# Selezionare uno o più oggetti. Per ogni oggetto verrà creata una proiezione separata.
# Select one or more objects. For each object a separate projection will be created.
# Esistono diversi modi per richiamare lo strumento:
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:TechDraw_ProjectShape.svg|16px]] [[TechDraw_ProjectShape|Project shape...]]}} button.
#* Premere il pulsante {{Button|[[Image:TechDraw_ProjectShape.svg|16px]] [[TechDraw_ProjectShape/it|Proietta forma...]]}}.
#* Select the {{MenuCommand|TechDraw → TechDraw Views → [[Image:TechDraw_ProjectShape.svg|16px]] Project shape...}} option from the menu.
#* Selezionare l'opzione {{MenuCommand|TechDraw → Viste TechDraw → [[Image:TechDraw_ProjectShape.svg|16px]] Proietta forma...}} dal menu.
# The {{MenuCommand|Project shapes}} task panel opens. See [[#Properties|Properties]].
# Si apre il pannello delle attività {{MenuCommand|Project Shapes}}. Vedere [[#Proprietà|Proprietà]].
# Impostare le opzioni desiderate.
# Set the desired options.
# The selected options should not result in an empty projection as this will cause an error. For example, for an object with only sharp edges such as a [[Part_Box|Part Box]], the {{MenuCommand|Visible sharp edges}} and/or {{MenuCommand|Hidden sharp edges}} option must be checked.
# 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/it|Part Box]], è necessario selezionare l'opzione {{MenuCommand|Mostra gli spigoli vivi}} e/o {{MenuCommand|Nascondi gli spigoli vivi}}.
# Press the {{Button|OK}} button.
# Premere il pulsante {{Button|OK}}.
# The projection is placed on the XY plane.
# La proiezione è posizionata sul piano XY.
# Optionally change the {{PropertyData|Placement}} property and/or {{PropertyData|Direction}} property of the projection.
# Facoltativamente, modificare la proprietà {{PropertyData|Placement}} e/o la proprietà {{PropertyData|Direction}} della proiezione.


== Properties ==
<span id="Properties"></span>
== Proprietà ==


Un oggetto Proiezione deriva da un oggetto [[Part_Feature/it|Funzione Part]] e ne eredita tutte le proprietà. Ha inoltre le seguenti proprietà aggiuntive:
A Projection object is derived from a [[Part_Feature|Part Feature]] and inherits all its properties. It also has the following additional properties:


<span id="Data"></span>
=== Data ===
=== Dati ===


{{TitleProperty|Projection}}
{{TitleProperty|Projection}}


* {{PropertyData|Source|Link}}: The shape to project.
* {{PropertyData|Source|Link}}: La forma da proiettare.
* {{PropertyData|Direction|Vector}}: The direction of the projection. This is the normal vector of the projection plane.
* {{PropertyData|Direction|Vector}}: La direzione della proiezione. Questo è il vettore normale del piano di proiezione.
* {{PropertyData|VCompound|Bool}}: If {{TRUE}}, visible sharp edges are shown. Example: all edges of a [[Part_Box|Part Box]].
* {{PropertyData|VCompound|Bool}}: Se {{TRUE}}, vengono mostrati gli spigoli vivi visibili. Esempio: tutti i bordi di un [[Part_Box/it|Part Box]].
* {{PropertyData|Rg1 Line VCompound|Bool}}: If {{TRUE}}, visible smooth edges are shown. Example: the edges between a fillet and its adjoining faces.
* {{PropertyData|Rg1 Line VCompound|Bool}}: Se {{TRUE}}, vengono visualizzati i bordi smussati visibili. Esempio: i bordi tra un raccordo e le sue facce adiacenti.
* {{PropertyData|Rg NLine VCompound|Bool}}: If {{TRUE}}, visible sewn edges are shown. Example: the seam of a 360° cylindrical face.
* {{PropertyData|Rg NLine VCompound|Bool}}: Se {{TRUE}}, vengono mostrati i bordi cuciti (seme) visibili. Esempio: la cucitura di una faccia cilindrica a 360°.
* {{PropertyData|Out Line VCompound|Bool}}: If {{TRUE}}, visible outline edges (that are not sharp) are shown. Example: the side view of a [[Part_Cylinder|Part Cylinder]] has two such edges.
* {{PropertyData|Out Line VCompound|Bool}}: se {{TRUE}}, vengono mostrati i bordi del contorno visibili (che non sono nitidi). Esempio: la vista laterale di un [[Part_Cylinder/it|Part Cilindro]] ha due di questi bordi.
* {{PropertyData|Iso Line VCompound|Bool}}: If {{TRUE}}, visible isoparameters are shown. Does not work currently.
* {{PropertyData|Iso Line VCompound|Bool}}: Se {{TRUE}}, vengono mostrati gli isoparametri visibili. Non funziona attualmente.
* {{PropertyData|HCompound|Bool}}: If {{TRUE}}, hidden sharp edges are shown.
* {{PropertyData|HCompound|Bool}}: Se {{TRUE}}, vengono visualizzati gli spigoli vivi nascosti.
* {{PropertyData|Rg1 Line HCompound|Bool}}: If {{TRUE}}, hidden smooth edges are shown
* {{PropertyData|Rg1 Line HCompound|Bool}}: Se {{TRUE}}, vengono visualizzati i bordi smussati nascosti
* {{PropertyData|Rg NLine HCompound|Bool}}: If {{TRUE}}, hidden sewn edges are shown.
* {{PropertyData|Rg NLine HCompound|Bool}}: Se {{TRUE}}, vengono visualizzati i bordi cuciti nascosti.
* {{PropertyData|Out Line HCompound|Bool}}: If {{TRUE}}, hidden outline edges are shown.
* {{PropertyData|Out Line HCompound|Bool}}: Se {{TRUE}}, vengono visualizzati i bordi del contorno nascosti.
* {{PropertyData|Iso Line HCompound|Bool}}: If {{TRUE}}, hidden isoparameters are shown. Does not work currently.
* {{PropertyData|Iso Line HCompound|Bool}}: Se {{TRUE}}, vengono visualizzati gli isoparametri nascosti. Non funziona attualmente.


== Notes ==
<span id="Notes"></span>
== Note ==


Questo strumento era precedentemente disponibile nell'Ambiente Drawing.
This tool was previously available in the Drawing Workbench.




{{Docnav/it
{{Docnav/it
|[[TechDraw_ShareView/it|Condividi Vista]]
|[[TechDraw_ShareView/it|Condividi Vista]]
|[[TechDraw_StackTop/it|Pila in alto]]
|[[TechDraw_StackTop/it|Sposta in cima]]
|[[TechDraw_Workbench/it|TechDraw]]
|[[TechDraw_Workbench/it|TechDraw]]
|IconL=TechDraw_ShareView.svg
|IconL=TechDraw_ShareView.svg

Latest revision as of 20:36, 24 April 2024

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à

Un oggetto Proiezione deriva da un oggetto Funzione Part e ne eredita tutte le proprietà. Ha inoltre le seguenti proprietà aggiuntive:

Dati

Projection

  • DatiSource (Link): La forma da proiettare.
  • DatiDirection (Vector): La direzione della proiezione. Questo è il vettore normale del piano di proiezione.
  • DatiVCompound (Bool): Se true, vengono mostrati gli spigoli vivi visibili. Esempio: tutti i bordi di un Part Box.
  • DatiRg1 Line VCompound (Bool): Se true, vengono visualizzati i bordi smussati visibili. Esempio: i bordi tra un raccordo e le sue facce adiacenti.
  • DatiRg NLine VCompound (Bool): Se true, vengono mostrati i bordi cuciti (seme) visibili. Esempio: la cucitura di una faccia cilindrica a 360°.
  • DatiOut Line VCompound (Bool): se true, vengono mostrati i bordi del contorno visibili (che non sono nitidi). Esempio: la vista laterale di un Part Cilindro ha due di questi bordi.
  • DatiIso Line VCompound (Bool): Se true, vengono mostrati gli isoparametri visibili. Non funziona attualmente.
  • DatiHCompound (Bool): Se true, vengono visualizzati gli spigoli vivi nascosti.
  • DatiRg1 Line HCompound (Bool): Se true, vengono visualizzati i bordi smussati nascosti
  • DatiRg NLine HCompound (Bool): Se true, vengono visualizzati i bordi cuciti nascosti.
  • DatiOut Line HCompound (Bool): Se true, vengono visualizzati i bordi del contorno nascosti.
  • DatiIso Line HCompound (Bool): Se true, vengono visualizzati gli isoparametri nascosti. Non funziona attualmente.

Note

Questo strumento era precedentemente disponibile nell'Ambiente Drawing.