Part Cone/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Crea un cono parametrico. Attualmente, nell'ambiente Parte, ci sono due modi per creare un cono. ===Primo metodo=== Cliccare direttamente sul pulanste {{KEY/it|[[Image:Part_Co...")
(Updating to match new version of source page)
Line 40: Line 40:
* {{ProprietaDati|Radius1}}: raggio della base
* {{ProprietaDati|Radius1}}: raggio della base
* {{ProprietaDati|Radius2}}: raggio della sommità
* {{ProprietaDati|Radius2}}: raggio della sommità
|}
|}


The default values create a truncated parametric cone, defined by radius1, radius2 height and angle, parameters. The default cone will be positioned at origin (point 0,0,0) on creation. The angle parameter permits the creation of a portion of cone (it is set to 360° by default), and the radius 1 and 2 correspond to base and top radius of the truncated cone.

== Parameters ==
*Radius 1 - radius of the arc or circle defining the lower face
*Radius 2 - radius of the arc or circle defining the upper face
*Height - the height of the Part Cone
*Angle - the number of degrees of the arc or circles defining the upper and lower faces of the truncated cone. The default 360 creates circular faces, a lower value will create a portion of a cone as defined by upper and lower faces each with edges defined by an arc of the number of degrees and two radii.


The image below shows a Part Cone with the parameter "Angle" set to 270 degrees and all other parameters are at their default values.

[[File:Otherwisedefault270degree_Part_Cone.png]]



{{clear}}
{{clear}}

Revision as of 18:17, 18 May 2014

Cono

Posizione nel menu
Parte → Primitive → Cono
Ambiente
Parte, Completo
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Parte → Crea primitive... → Cono

Crea un cono parametrico. Attualmente, nell'ambiente Parte, ci sono due modi per creare un cono.

Primo metodo

Cliccare direttamente sul pulanste Template:KEY/it nella barra degli strumenti. Crea un cono di default con il raggio della base di 2 mm, il raggio della sommità di 4 mm, alto 10 mm e il centro del cerchio inferiore posizionato in corrispondenza dell'origine (punto 0,0,0). I parametri sono modificabili nella scheda Dati della Vista combinata.

Secondo metodo

Questo secondo modo è disponibile anche in OpenSCAD.
Utilizzare il menu Template:KEY/it. Si apre una finestra di dialogo che consente di impostare:

Primitive Geometriche

Cono

Parametri

  • raggio 1,
  • raggio 2,
  • altezza,
  • angolo

Posizione

Espandere la voce Posizione per stabilire:

  • punto di posizionamento nella vista 3D,
  • direzione dell'asse del cono, x, y, z o definita dall'utente.

Anche le dimensioni e il posizionamento del cono prodotto utilizzando le opzioni di creazione sono modificabili tramite la scheda delle proprietà.

Proprietà

File:PartConeProperty it.png

Vista

Sono disponibili le Proprietà standard di visualizzazione.

Dati

Template:KEY/it

Template:KEY/it

  • DatiAngle: 360° per creare un cono completo
  • DatiHeight: altezza sull'asse z
  • DatiRadius1: raggio della base
  • DatiRadius2: raggio della sommità


The default values create a truncated parametric cone, defined by radius1, radius2 height and angle, parameters. The default cone will be positioned at origin (point 0,0,0) on creation. The angle parameter permits the creation of a portion of cone (it is set to 360° by default), and the radius 1 and 2 correspond to base and top radius of the truncated cone.

Parameters

  • Radius 1 - radius of the arc or circle defining the lower face
  • Radius 2 - radius of the arc or circle defining the upper face
  • Height - the height of the Part Cone
  • Angle - the number of degrees of the arc or circles defining the upper and lower faces of the truncated cone. The default 360 creates circular faces, a lower value will create a portion of a cone as defined by upper and lower faces each with edges defined by an arc of the number of degrees and two radii.


The image below shows a Part Cone with the parameter "Angle" set to 270 degrees and all other parameters are at their default values.