Getting started/it: Difference between revisions

From FreeCAD Documentation
(traduzione)
(Updating to match new version of source page)
Line 1: Line 1:
== Per iniziare ==
==What's new==


* [[Release notes 011|Version 0.11 Release notes]] : Check what's new in the 0.11 release of FreeCAD
__TOC__
* [[Release notes 012|Version 0.12 Release notes]] : Check what's new in the 0.12 release of FreeCAD
* [[Release notes 013|Version 0.13 Release notes]] : Check what's new in the 0.13 release of FreeCAD


==Foreword==
=== Aggiornamenti ===


FreeCAD is a 3D CAD/CAE [[About FreeCAD|parametric modeling application]]. It is primarily made for mechanical design, but also serves all other uses where you need to model 3D objects with precision and control over modeling history.
* [[Release notes 011/it|Note di rilascio della versione 0.11]] ([[Release notes 011|Version 0.11 Release notes/en]]): per conoscere le nuove funzionalità introdotte con la versione 0.11 di FreeCAD.


FreeCAD is still in the early stages of development, so, although it already offers you a large (and growing) list of [[Feature_list|features]], much is still missing, specially comparing it to commercial solutions, and you might not find it developed enough yet for use in production environment. Still, there is a fast-growing [http://forum.freecadweb.org/index.php community] of enthusiastic users, and you can already find [http://forum.freecadweb.org/viewtopic.php?f=8&t=1222 many examples] of quality projects developed with FreeCAD.
* [[Release notes 012/it|Note di rilascio della versione 0.12]] ([[Release notes 012|Version 0.12 Release notes/en]]): per conoscere le nuove funzionalità introdotte con la versione 0.12 di FreeCAD.


Like all open-source projects, the FreeCAD project is not a one-way work delivered to you by its developers. It depends much on its community to grow, gain features, and stabilize (get bugs fixed). So don't forget this when starting to use FreeCAD, if you like it, you can directly influence and [[Help FreeCAD|help]] the project!
* [[Release notes 013/it|Note di rilascio della versione 0.13]] ([[Release notes 013|Version 0.13 Release notes/en]]): per conoscere le nuove funzionalità introdotte con la versione 0.13 di FreeCAD.


==Installing==
=== Prefazione ===


First of all (if not done already) download and install FreeCAD. See the [[Download]] page for information about current versions and updates, and the [[Installing]] page for information about how to install FreeCAD. There are install packages ready for Windows (.msi), Ubuntu & Debian (.deb) openSUSE (.rpm) and Mac OSX. As FreeCAD is open-source, if you are adventurous, but want to have a look at the brand-new features being developed right now, you can also grab the source code and [[Compiling|compile]] FreeCAD yourself.
FreeCAD è una [[About FreeCAD/it|applicazione per la modellazione parametrica]] di tipo CAD/CAE. È fatto principalmente per la progettazione meccanica, ma serve anche in tutti casi in cui è necessario modellare degli oggetti 3D con precisione e avere il controllo dello storico della modellazione.


==Exploring FreeCAD==
Nonostante FreeCAD sia ancora nella fase iniziale del suo sviluppo, offre già un lunga lista (che continua a aumentare) di [[Feature_list|funzionalità]], ma ne mancano ancora molte altre, specialmente rispetto alle soluzioni commerciali, quindi potreste ritenerlo non ancora abbastanza sviluppato per essere usato in ambito produttivo. Ciò nonostante, c'è una comunità in rapida crescita di utenti entusiasti, e si possono già trovare [http://forum.freecadweb.org/viewtopic.php?f=8&t=1222 molti esempi] di progetti di qualità sviluppati con FreeCAD.

Come tutti i progetti open-source, il progetto FreeCAD non è un lavoro a ''senso unico'' che gli sviluppatori vi consegnano. La crescita del progetto, l'acquisizione di nuove funzionalità e la stabilità dell'applicazione (la correzione dei bug) dipendono molto dalla sua comunità. Quindi non dimenticate questo quando iniziate ad utilizzare FreeCAD, e se vi piace, potete contribuire e [[Help FreeCAD|aiutare]] il progetto!

=== Installazione ===

Per iniziare è necessario scaricare ed [[Installing/it|installare]] FreeCAD. Consultare la pagina ([[Download|Download/en]]) [[Download/it|Download/it]] per ottenere informazioni sulla versione corrente e sugli ultimi aggiornamenti.

Sono disponibili i file di installazione per Windows (.msi), Ubuntu & Debian (.deb), openSUSE (.rpm) e Mac OSX.

Dato che FreeCAD è open-source, se siete avventurosi e volete vedere le ultime funzionalità che in questo momento sono in fase di sviluppo, potete anche prelevare il codice sorgente e [[Compiling/it|compilarlo]] ([[Compiling|en]]).

=== Esplorare FreeCAD ===


[[Image:Freecad-interface.jpg|1024px|center]]
[[Image:Freecad-interface.jpg|1024px|center]]




# The 3D view, showing the contents of your document
# La vista 3D che visualizza gli oggetti contenuti nel documento
# The tree view, which shows the hierarchy and construction history of all the objects in your document
# La vista ad albero che mostra la gerarchia e lo storico della costruzione di tutti gli oggetti del documento
# The [[Property|properties editor]], which allows you to view and modify properties of the selected object(s)
# L'[[Property/it|editore delle proprità]] che consente di visualizzare e modificare le proprietà degli oggetti selezionati
# The output window, which is where FreeCAD prints messages, warnings and errors
# La finestra dei rapporti dove FreeCAD stampa i messaggi di avvisi o di errori
# La console python dove sono visibili tutti i comandi eseguiti da FreeCAD, e in cui è possibile inserire il codice python
# The python console, where all the commands executed by FreeCAD are printed, and where you can enter python code
# Il selettore degli [[Workbenches/it|ambienti]] che mostra quello attivo
# The [[Workbenches|workbench selector]], where you select the active workbench




Il concetto principale è che dietro l'interfaccia FreeCAD è suddiviso in [[workbenches/it|ambienti di lavoro]]. Ogni ambiente raggruppa gli strumenti idonei a svolgere un compito specifico, come ad esempio lavorare con gli oggetti [[Mesh Module/it|mesh]], oppure disegnare [[Draft Module/it|oggetti 2D]] o [[Sketcher Module/it|schizzi vincolati]]. È possibile cambiare l'ambiente corrente con il selettore (6). Si può [[Interface Customization/it|personalizzare]] il set di strumenti inclusi in ogni ambiente, aggiungere degli strumenti da altri ambienti o anche aggiungere strumenti di propria creazione, che noi chiamiamo [[macros/it|macro]]. Vi è anche un ambiente di lavoro generico denominato '''Completo''' che riunisce gli strumenti di uso più comune dagli altri ambienti.
The main concept behind the FreeCAD interface is that it is separated into [[workbenches]]. A workbench is a collection of tools suited for a specific task, such as working with [[Mesh Module|meshes]], or drawing [[Draft Module|2D objects]], or [[Sketcher Module|constrained sketches]]. You can switch the current workbench with the workbench selector (6). You can [[Interface Customization|customize]] the tools included in each workbench, add tools from other workbenches or even self-created tools, that we call [[macros]]. There is also a generic workbench which gathers the most commonly used tools from other workbenches, called the '''complete workbench'''.


Al primo avvio di FreeCAD viene visualizzato lo start center:
When you start FreeCAD for the first time, you are presented with the start center:




Line 48: Line 38:




La Start Center permette di passare rapidamente a uno degli ambienti di lavoro più comuni, di aprire uno dei file recenti, oppure di vedere le ultime novità dal mondo di FreeCAD. Nelle [[Preferences Editor/it|preferenze]] è possibile modificare lambiente di lavoro predefinito.
The Start Center allows you to quickly jump to one of the most common workbenches, open one of the recent files, or see the latest news from the FreeCAD world. You can change the default workbench in the [[Preferences Editor|preferences]].


==== Navigare nello spazio 3D ====
== Navigating in the 3D space ==


FreeCAD has four different [[Mouse Model|navigation modes]] available, that change the way you use your mouse to interact with the objects in the 3D view and the view itself. One of them is specifically made for [[Mouse Model#Touchpad Navigation|touchpads]], where the middle mouse button is not used. The following table describes the default mode, called '''CAD Navigation''' (You can quickly change the current navigation mode by right-clicking on an empty area of the 3D view):
FreeCAD permette di interagire con lo spazio 3D in quattro diverse [[Mouse Model/it|modalità di navigazione]] selezionabili nel dialogo delle preferenze oppure cliccando con il tasto destro nella vista 3D. Uno di essi è specifico per la [[Mouse Model/it#Touchpad Navigation|Navigazione Touchpad]], dove non si usa il tasto centrale del mouse.


Per la modalità di default, la "Navigazione CAD", i comandi sono i seguenti:


{{CAD Navigation}}


{{CAD Navigation/it|Navigazione CAD}}


You also have several view presets (top view, front view, etc) available in the View menu and on the View toolbar, and by numeric shortcuts ({{KEY|1}}, {{KEY|2}}, etc...), and by right-clicking on an object or on an empty area of the 3D view, you have quick access to some common operations, such as setting a particular view, or locating an object in the Tree view.
Inoltre, sono disponibili alcune viste preconfigurate (dall'alto, laterale, frontale, ecc) accessibili dal menu Visualizza → Viste standard oppure tramite i pratici comandi veloci dei tasti numerici ( {{KEY/it|1}}, {{KEY/it|2}}, {{KEY/it|3}} etc...)


==== Primi passi con FreeCAD ====
==First steps with FreeCAD==


FreeCAD's focus is to allow you to make high-precision 3D models, to keep tight control over those models (being able to go back into modelling history and change parameters), and eventually to build those models (via 3D printing, CNC machining or even construction worksite). It is therefore very different from some other 3D applications made for other purposes, such as animation film or gaming. Its learning curve can be steep, specially if this is your first contact with 3D modeling. If you are struck at some point, don't forget that the friendly community of users on the [http://forum.freecadweb.org/index.php FreeCAD forum] might be able to get you out in no time.
L'obiettivo di FreeCAD è quello di consentire di creare dei modelli 3D di alta precisione mantenendo uno stretto controllo sui modelli per essere in grado di tornare indietro nello storico della modellazione e di variare i parametri, e alla fine di costruire quei modelli (attraverso la stampa 3D, CNC o anche la costruzione in cantiere). È quindi molto diverso da alcune applicazioni 3D realizzate per altri scopi, come ad esempio per i film di animazione o per i giochi. La sua curva di apprendimento può essere ripida, specialmente se questo è il primo contatto con la modellazione 3D. Quando si rimane bloccati in un certo punto, ricordarsi che nel [http://forum.freecadweb.org/index.php FreeCAD forum] c'è una comunità amichevole di utenti può essere in grado di fornire un aiuto in breve tempo.


L'ambiente di lavoro con cui iniziare a lavorare in FreeCAD dipende dal tipo di lavoro si intende realizzare. Quando si ha intenzione di lavorare su modelli meccanici, o più in generale su qualsiasi oggetto di piccole dimensioni, probabilmente si vuole provare [[PartDesign Workbench/it|Part Design]]. Se si lavora in 2D, allora conviene passare all'ambiente [[Draft_Module/it|Draft]], o all'ambiente [[Sketcher Workbench/it|Sketcher]] quando servono i vincoli. Se si vuole fare BIM, avviare l'ambiente [[Arch Workbench/it|Architettura]]. Se si lavora con il disegno navale, è disponibile uno speciale ambiente [[FreeCADShip_Workbench/it|Ship]]. Se si proviene dal mondo di OpenSCAD, si può provare l'ambiente [[OpenSCAD_Module/it|OpenSCAD]].
The workbench you will start using in FreeCAD depends on the type of job you need to do: If you are going to work on mechanical models, or more generally any small-scale objects, you'll probably want to try the [[PartDesign Workbench]]. If you will work in 2D, then switch to the [[Draft Workbench]], or the [[Sketcher Workbench]] if you need constraints. If you want to do BIM, launch the [[Arch Workbench]]. If you are working with ship design, there is a special [[Ship Workbench]] for you. And if you come from the OpenSCAD world, try the [[OpenSCAD Workbench]].


È possibile commutare gli ambienti di lavoro in qualsiasi momento, e anche [[Interface Customization/it|personalizzare]] il proprio ambiente preferito aggiungendovi degli strumenti di altri ambienti.
You can switch workbenches at any time, and also [[Interface Customization|customize]] your favorite workbench to add tools from other workbenches.


==== Lavorare con gli ambienti PartDesign e Sketcher ====
==Working with the PartDesign and Sketcher workbenches==


The [[PartDesign Workbench]] is specially made to build complex objects, starting from simple shapes, and adding or removing pieces (that we call "features"), until you get to your final object. All the features you applied during the modelling process are stored in a separate view called the [[Document structure|tree view]], which also contains the other objects in your document. You can think of a PartDesign object as a succession of operations, each one applied to the result of the preceding one, forming one big chain. In the tree view, you see your final object, but you can expand it and retrieve all preceding states, and change any of their parameter, which automatically updates the final object.
[[PartDesign Workbench/it|PartDesign]] è fatto appositamente per costruire oggetti complessi, partendo da forme semplici a cui aggiungere o rimuovere dei pezzi (che noi chiamiamo "caratteristiche"), fino a ottenere l'oggetto finale. Tutte le caratteristiche applicate durante il processo di modellazione vengono memorizzate in una vista separata denominata [[Document structure/it|vista a albero]], che contiene anche gli altri oggetti del documento. Si può pensare ad un oggetto di PartDesign come a una successione di operazioni, ciascuna applicata al risultato di quella precedente, formando una grande catena. Nella vista ad albero, si vede l'oggetto finale, ma è possibile espanderla e recuperare tutti gli stati precedenti, e modificare i loro parametri, questo aggiorna automaticamente l'oggetto finale.


L'ambiente PartDesign fa uso importante di un altro ambiente, l'ambiente [[Sketcher Workbench/it|Sketcher]]. Sketcher permette di disegnare forme 2D vincolate, il che significa che alcune parti della forma 2D possono avere dei vincoli. Ad esempio, è possibile disegnare un rettangolo e impostare un vincolo di lunghezza per uno dei suoi lati. Quel lato quindi non può più essere ridimensionato.
The PartDesign workbench makes heavy use of another workbench, the [[Sketcher Workbench]]. The sketcher allows you to draw constrained 2D shapes, which means that some parts of your 2D shape can have constraints. For example, you might draw a rectangle, and set a length constraint to one of its sides. That side then cannot be resized anymore.


Queste forme 2D realizzate con lo sketcher sono molto utilizzate in PartDesign, ad esempio per estrudere i volumi o per disegnare le aree sulle facce dell'oggetto che devono essere scavate dal volume principale. Ecco un tipico flusso di lavoro PartDesign:
Those 2D shapes made with the sketcher are used a lot in the PartDesign workbench, for example to extrude volumes, or to draw areas on the faces of your object, that will then be hollowed from its main volume. This is a typical PartDesign workflow:


# Create a new sketch
# Creare un nuovo schizzo
# Draw a closed shape (make sure all points are joined)
# Disegnare un contorno chiuso (assicurarsi che tutti i punti sono uniti)
# Close the sketch
# Chiudere lo schizzo
# Estruderlo con lo strumento pad
# Extrude it with the pad tool
# Select one face of the extruded volume
# Selezionare una faccia del volume estruso
# Create a second sketch (this time it will be drawn on the selected face)
# Creare un secondo schizzo (questa volta sarà disegnato sulla faccia selezionata)
# Draw a closed shape
# Disegnare una forma chiusa
# Close the sketch
# Chiudere lo schizzo
# Create a pocket from the second sketch, on the first object
# Creare uno scavo con il secondo schizzo, sul primo oggetto


Which gives you an object like this:
Si ottiene un oggetto simile a questo:


[[Image:Partdesign example.jpg|1024px|center]]
[[Image:Partdesign example.jpg|1024px|center]]


At any moment, you can select the original sketches and modify them, or change the extrusion parameters of the pad or pocket operations, which will update the final object.
In qualsiasi momento è possibile selezionare gli schizzi originali e modificarli oppure modificare i parametri delle operazioni di estrusione o di scavo, l'oggetto finale viene automaticamente aggiornato.



Maggiori informazioni si trovano nella sezione [[Tutorials/it|Tutorial]].


More on the [[Tutorials]] page.


=== Script ===
==Scripting==


Infine, una delle più potenti caratteristiche di FreeCAD che è l'ambiente di [[scripting/it|script]]. Dalla console Python integrata (o tramite qualsiasi altro script Python esterno), è possibile accedere a quasi tutte le parti di FreeCAD, creare o modificare le geometrie, modificare la rappresentazione degli oggetti nella vista 3D, oppure accedere e modificare l'interfaccia di FreeCAD. Gli script Python possono essere utilizzati anche all'interno delle [[macros/it|macro]] che forniscono un metodo facile e veloce per creare combinazioni di comandi personalizzati.
And finally, one of the most powerful features of FreeCAD is the [[scripting]] environment. From the integrated python console (or from any other external Python script), you can gain access to almost any part of FreeCAD, create or modify geometry, modify the representation of those objects in the 3D scene or access and modify the FreeCAD interface. Python scripting can also be used in [[macros]], which provide an easy method to create custom commands.


{{docnav/it|[[Installing/it|Installazione]]|[[Mouse Model/it|Navigazione 3D - Tipo di mouse]]}}


{{docnav|Install on Mac|Mouse Model}}
{{languages/it | {{en|Getting started}} {{cn|Getting started/cn}} {{de|Getting started/de}} {{es|Getting started/es}} {{fr|Getting started/fr}} {{jp|Getting started/jp}} {{pl|Getting started/pl}} {{ru|Getting started/ru}} {{se|Getting started/se}} }}


[[Category:User Documentation/it]]
[[Category:User Documentation]]
<languages/>

Revision as of 22:02, 29 November 2013

What's new

Foreword

FreeCAD is a 3D CAD/CAE parametric modeling application. It is primarily made for mechanical design, but also serves all other uses where you need to model 3D objects with precision and control over modeling history.

FreeCAD is still in the early stages of development, so, although it already offers you a large (and growing) list of features, much is still missing, specially comparing it to commercial solutions, and you might not find it developed enough yet for use in production environment. Still, there is a fast-growing community of enthusiastic users, and you can already find many examples of quality projects developed with FreeCAD.

Like all open-source projects, the FreeCAD project is not a one-way work delivered to you by its developers. It depends much on its community to grow, gain features, and stabilize (get bugs fixed). So don't forget this when starting to use FreeCAD, if you like it, you can directly influence and help the project!

Installing

First of all (if not done already) download and install FreeCAD. See the Download page for information about current versions and updates, and the Installing page for information about how to install FreeCAD. There are install packages ready for Windows (.msi), Ubuntu & Debian (.deb) openSUSE (.rpm) and Mac OSX. As FreeCAD is open-source, if you are adventurous, but want to have a look at the brand-new features being developed right now, you can also grab the source code and compile FreeCAD yourself.

Exploring FreeCAD

File:Freecad-interface.jpg


  1. The 3D view, showing the contents of your document
  2. The tree view, which shows the hierarchy and construction history of all the objects in your document
  3. The properties editor, which allows you to view and modify properties of the selected object(s)
  4. The output window, which is where FreeCAD prints messages, warnings and errors
  5. The python console, where all the commands executed by FreeCAD are printed, and where you can enter python code
  6. The workbench selector, where you select the active workbench


The main concept behind the FreeCAD interface is that it is separated into workbenches. A workbench is a collection of tools suited for a specific task, such as working with meshes, or drawing 2D objects, or constrained sketches. You can switch the current workbench with the workbench selector (6). You can customize the tools included in each workbench, add tools from other workbenches or even self-created tools, that we call macros. There is also a generic workbench which gathers the most commonly used tools from other workbenches, called the complete workbench.

When you start FreeCAD for the first time, you are presented with the start center:



The Start Center allows you to quickly jump to one of the most common workbenches, open one of the recent files, or see the latest news from the FreeCAD world. You can change the default workbench in the preferences.

Navigating in the 3D space

FreeCAD has four different navigation modes available, that change the way you use your mouse to interact with the objects in the 3D view and the view itself. One of them is specifically made for touchpads, where the middle mouse button is not used. The following table describes the default mode, called CAD Navigation (You can quickly change the current navigation mode by right-clicking on an empty area of the 3D view):


{{{Select_name}}} {{{Pan_name}}} {{{Zoom_name}}} {{{Rotate_view_name}}} {{{Rotate_view_alt_name}}}
{{{Select_text}}} {{{Pan_text}}} {{{Zoom_text}}} {{{Rotate_view_text}}} {{{Rotate_view_alt_text}}}
{{{Ctrl}}}+ {{{Ctrl}}}+{{{Shift}}}+ {{{Shift}}}+
{{{Pan_mode_text}}} {{{Zoom_mode_text}}} {{{Rotate_view_mode_text}}}


You also have several view presets (top view, front view, etc) available in the View menu and on the View toolbar, and by numeric shortcuts (1, 2, etc...), and by right-clicking on an object or on an empty area of the 3D view, you have quick access to some common operations, such as setting a particular view, or locating an object in the Tree view.

First steps with FreeCAD

FreeCAD's focus is to allow you to make high-precision 3D models, to keep tight control over those models (being able to go back into modelling history and change parameters), and eventually to build those models (via 3D printing, CNC machining or even construction worksite). It is therefore very different from some other 3D applications made for other purposes, such as animation film or gaming. Its learning curve can be steep, specially if this is your first contact with 3D modeling. If you are struck at some point, don't forget that the friendly community of users on the FreeCAD forum might be able to get you out in no time.

The workbench you will start using in FreeCAD depends on the type of job you need to do: If you are going to work on mechanical models, or more generally any small-scale objects, you'll probably want to try the PartDesign Workbench. If you will work in 2D, then switch to the Draft Workbench, or the Sketcher Workbench if you need constraints. If you want to do BIM, launch the Arch Workbench. If you are working with ship design, there is a special Ship Workbench for you. And if you come from the OpenSCAD world, try the OpenSCAD Workbench.

You can switch workbenches at any time, and also customize your favorite workbench to add tools from other workbenches.

Working with the PartDesign and Sketcher workbenches

The PartDesign Workbench is specially made to build complex objects, starting from simple shapes, and adding or removing pieces (that we call "features"), until you get to your final object. All the features you applied during the modelling process are stored in a separate view called the tree view, which also contains the other objects in your document. You can think of a PartDesign object as a succession of operations, each one applied to the result of the preceding one, forming one big chain. In the tree view, you see your final object, but you can expand it and retrieve all preceding states, and change any of their parameter, which automatically updates the final object.

The PartDesign workbench makes heavy use of another workbench, the Sketcher Workbench. The sketcher allows you to draw constrained 2D shapes, which means that some parts of your 2D shape can have constraints. For example, you might draw a rectangle, and set a length constraint to one of its sides. That side then cannot be resized anymore.

Those 2D shapes made with the sketcher are used a lot in the PartDesign workbench, for example to extrude volumes, or to draw areas on the faces of your object, that will then be hollowed from its main volume. This is a typical PartDesign workflow:

  1. Create a new sketch
  2. Draw a closed shape (make sure all points are joined)
  3. Close the sketch
  4. Extrude it with the pad tool
  5. Select one face of the extruded volume
  6. Create a second sketch (this time it will be drawn on the selected face)
  7. Draw a closed shape
  8. Close the sketch
  9. Create a pocket from the second sketch, on the first object

Which gives you an object like this:

At any moment, you can select the original sketches and modify them, or change the extrusion parameters of the pad or pocket operations, which will update the final object.


More on the Tutorials page.

Scripting

And finally, one of the most powerful features of FreeCAD is the scripting environment. From the integrated python console (or from any other external Python script), you can gain access to almost any part of FreeCAD, create or modify geometry, modify the representation of those objects in the 3D scene or access and modify the FreeCAD interface. Python scripting can also be used in macros, which provide an easy method to create custom commands.


Install on Mac
Mouse Model