Part: Rivoluziona

From FreeCAD Documentation
Revision as of 15:27, 1 March 2014 by Renatorivo (talk | contribs) (Created page with "{| class="wikitable" |- ! Forma originale ! Forma prodotta |- | Vertice | Bordo |- | Bordo | Superficie |- | Wire (polilinea) | Shell (guscio) |- | Faccia | Solido |- | Shell...")

Rivoluziona

Posizione nel menu
Parte → Rivoluziona
Ambiente
Parte, OpenSCAD, Completo
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno


Ruota l'oggetto selezionato e crea una rivoluzione intorno a un dato asse. Si possono ruotare i seguenti tipi di oggetti che producono le corrispondenti forme:

Forma originale Forma prodotta
Vertice Bordo
Bordo Superficie
Wire (polilinea) Shell (guscio)
Faccia Solido
Shell Solido composto

Solids or compound solids are not allowed as input shapes. Normal compounds are currently not allowed, too. Future versions will check the actual shape type of compound objects.

The Angle argument specifies how far the object is to be turned. The coordinates move the origin of the axis of revolving, relative to the origin of the coordinate system.

If you select a user defined axis, the numbers define the direction of the revolving axis with respect to the coordinate system: If the Z coordinate is 0 and the Y and X coordinate are non-zero, then the axis will lie in the X-Y-plane. Its angle is such that its tangent is the ratio of the given X and Y coordinates.