Std Import/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/it|Name=Std_Import|Name/it=Importa|Workbenches=Tutti|MenuLocation=File → Importa|Shortcut=CTRL+I|SeeAlso= Apri, [[Std_Save/...")
(Created page with "Apre e carica file di progetti aggiungendoli al documento attivo nell'ambiente di lavoro di '''FreeCAD'''. Secondo quali moduli di estensione sono installati sono supportati ...")
Line 1: Line 1:
{{GuiCommand/it|Name=Std_Import|Name/it=Importa|Workbenches=Tutti|MenuLocation=[[Std_File_Menu/it|File]] → Importa|Shortcut=CTRL+I|SeeAlso=[[Std_Open/it| Apri]], [[Std_Save/it| Salva]]}}
{{GuiCommand/it|Name=Std_Import|Name/it=Importa|Workbenches=Tutti|MenuLocation=[[Std_File_Menu/it|File]] → Importa|Shortcut=CTRL+I|SeeAlso=[[Std_Open/it| Apri]], [[Std_Save/it| Salva]]}}


Apre e carica file di progetti aggiungendoli al documento attivo nell'ambiente di lavoro di '''FreeCAD'''.
Adds the content of a file from another application to the current document. A number of file formats are supported: [http://en.wikipedia.org/wiki/IGES *.IGES], [http://en.wikipedia.org/wiki/Step_file *.STEP], [http://en.wikipedia.org/wiki/BREP *.BREP], [http://en.wikipedia.org/wiki/STL_%28file_format%29 *.STL], [http://en.wikipedia.org/wiki/Wavefront_.obj_file *.OBJ], [http://en.wikipedia.org/wiki/PLY_%28file_format%29 *.PLY], etc.

Secondo quali moduli di estensione sono installati sono supportati diversi tipi di file, come, ad esempio, '''[http://it.wikipedia.org/wiki/IGES .IGES], [http://it.wikipedia.org/wiki/ISO_10303 .STEP], [http://it.wikipedia.org/wiki/B-Rep .BREP], [http://it.wikipedia.org/wiki/STL_(formato_di_file) .STL], [http://it.wikipedia.org/wiki/Obj .OBJ], [http://en.wikipedia.org/wiki/PLY_(file_format) .PLY]''' e altri ancora.


When loading, the file is added to the current (already open) project. If you want to load a new file in a new window, use the [[Std_Open|Open]] command.
When loading, the file is added to the current (already open) project. If you want to load a new file in a new window, use the [[Std_Open|Open]] command.

Revision as of 19:31, 20 April 2014

Importa

Posizione nel menu
File → Importa
Ambiente
Tutti
Avvio veloce
CTRL+I
Introdotto nella versione
-
Vedere anche
Apri, Salva

Apre e carica file di progetti aggiungendoli al documento attivo nell'ambiente di lavoro di FreeCAD.

Secondo quali moduli di estensione sono installati sono supportati diversi tipi di file, come, ad esempio, .IGES, .STEP, .BREP, .STL, .OBJ, .PLY e altri ancora.

When loading, the file is added to the current (already open) project. If you want to load a new file in a new window, use the Open command.

FreeCAD Project files have the extension "FCStd". For more information on the internal structure of FreeCAD project files, read the FCStd file format article.