Std Open/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/it|Name=Std_Open|Name/it=Apri|MenuLocation=File → Apri|Workbenches=Tutti|SeeAlso=Salva, Importa}}")
(Updating to match new version of source page)
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/it|Name=Std_Open|Name/it=Apri|MenuLocation=[[Std_File_Menu/it|File]] → Apri|Workbenches=Tutti|SeeAlso=[[Std_Save/it|Salva]], [[Std_Import/it| Importa]]}}
<div class="mw-translate-fuzzy">
{{GuiCommand/it|Name=Std_Open|Name/it=Apri|MenuLocation=[[Std_File_Menu/it|File]] → Apri|Workbenches=Tutti|Shortcut=Ctrl+O|SeeAlso=[[Std_Save/it|Salva]], [[Std_Import/it|Importa]]}}
</div>


<div class="mw-translate-fuzzy">
Opens and loads project files into FreeCAD's workspace and depending on the installed extension modules further file types are supported such as [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.
Apre e carica file di progetti nell'ambiente di lavoro di '''FreeCAD'''.


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 files always a new document gets created. If you want to load a file into an existing document use the [[Std_Import]] instead.
</div>


<div class="mw-translate-fuzzy">
FreeCAD project files have the extension "FCStd". To get more information about the internal layout of FreeCAD projects files read the article [[File Format FCStd]].
Quando si apre un file, viene sempre creato un '''nuovo documento''' in cui viene inserito il progetto aperto.

Per caricare invece un file in un '''documento esistente''' si deve utilizzare il comando [[Std_Import/it|Std Importa]].
</div>

I file di progetti di FreeCAD hanno l'estensione '''FCStd'''.

Per avere maggiori informazioni sulla struttura interna dei file di progetti di FreeCAD leggere l'articolo [[File Format FCStd/it|Formato dei file FCStd]].

Altri articoli su questo argomento:
* [[Document_structure/it| Struttura dei file generati con FreeCAD ]]
* [[Fcstd_file_format/it| Formato dei file Fcstd]]

==Usage==
# Invoke the command several ways:
#* Pressing the {{KEY|[[File:Std_Open.svg|16px|Std Open|link=Std Open]] [[Std Open|Std Open]]}} button in the toolbar
#* Using the {{KEY|Ctrl}}+{{KEY|O}} keyboard shortcut
#* Using the {{MenuCommand|{{StdMenu|[[Std_File_Menu|File]]}} → Open}} entry in the File menu

==Scripting==


{{clear}}
{{clear}}

<languages/>
{{Std Base navi{{#translation:}}}}

{{Userdocnavi{{#translation:}}}}

Revision as of 06:22, 19 February 2020

Apri

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

Apre e carica file di progetti 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.

Quando si apre un file, viene sempre creato un nuovo documento in cui viene inserito il progetto aperto.

Per caricare invece un file in un documento esistente si deve utilizzare il comando Std Importa.

I file di progetti di FreeCAD hanno l'estensione FCStd.

Per avere maggiori informazioni sulla struttura interna dei file di progetti di FreeCAD leggere l'articolo Formato dei file FCStd.

Altri articoli su questo argomento:

Usage

  1. Invoke the command several ways:
    • Pressing the Std Open Std Open button in the toolbar
    • Using the Ctrl+O keyboard shortcut
    • Using the File → Open entry in the File menu

Scripting