Std Open: Difference between revisions

From FreeCAD Documentation
m (png to svg)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>
{{Docnav
<!--T:1-->
|[[Std_New|Std New]]
|[[Std_Close|Std CloseActiveWindow]]
|[[Std_File_Menu|Std File Menu]]
|IconL=Std_New.svg
|IconR=
|IconC=Freecad.svg
}}

{{GuiCommand
{{GuiCommand
|Name=Std Open
|Name=Std Open
|MenuLocation={{StdMenu|[[Std_File_Menu|File]]}} → Open
|MenuLocation=File → Open...
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Ctrl}}+{{KEY|O}}
|Shortcut={{KEY|Ctrl}}+{{KEY|O}}
|SeeAlso=[[Std Save|Save]], [[Std Import|Import]]
|SeeAlso=[[Std_Import|Std Import]], [[Std_New|Std New]]
|Version=-
}}
}}


==Description== <!--T:2-->
==Description==
The '''Std Open''' command opens and loads project files into FreeCAD's workspace. '''Note:''' depending on the installed extension modules, several 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...


The '''Std Open''' command opens a file. If the file is not a native FreeCAD file (*.FCStd) its geometry will be imported into a new document. See [[Std_Import|Std Import]] for more information.
<!--T:3-->
When loading files be aware that it's akin to a new document gets created. Alternatively, if you want to load a file into an existing document use the {{KEY|[[File:Std_Import.svg|16px|Std Import|link=Std Import]] [[Std Import|Std Import]]}} command instead.


==Usage==
<!--T:4-->
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]].


# There are several ways to invoke the command:
==Usage== <!--T:6-->
#* Press the {{Button|[[Image:Std_Quit.svg|16px]] [[Std_File_Menu:Sandbox|Std Quit]]}} button. {{Emphasis|Button does not exist}}.
# 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
#* Select the {{MenuCommand|File → [[Image:Std_Quit.svg|16px]] Exit}} option from the menu.
#* Using the {{KEY|Ctrl}}+{{KEY|O}} keyboard shortcut
#* Use the keyboard shortcut: {{KEY|Alt}}+{{KEY|F4}}.
# If there are unsaved documents a dialog box will prompt you to save them:
#* Using the {{MenuCommand|{{StdMenu|[[Std_File_Menu|File]]}} → Open}} entry in the File menu
#* Press the {{Button|Save}} button to save the current document.
#* Press the {{Button|Discard}} button to discard the current document and lose all changes.
#* Press the {{Button|Cancel}} button to cancel the command.
#* If there are multiple unsaved documents you can check the {{KEY|[[Image:Case a cocher O.png|16px]] Apply answer to all}} checkbox to avoid being prompted for each unsaved document separately.


{{Docnav
==Scripting== <!--T:7-->
|[[Std_New|Std New]]
|[[Std_Close|Std CloseActiveWindow]]
|[[Std_File_Menu|Std File Menu]]
|IconL=Std_New.svg
|IconR=
|IconC=Freecad.svg
}}


</translate>
</translate>
{{clear}}

{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}

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

Revision as of 14:32, 9 March 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Std Open

Menu location
File → Open...
Workbenches
All
Default shortcut
Ctrl+O
Introduced in version
-
See also
Std Import, Std New

Description

The Std Open command opens a file. If the file is not a native FreeCAD file (*.FCStd) its geometry will be imported into a new document. See Std Import for more information.

Usage

  1. There are several ways to invoke the command:
    • Press the Std Quit button. Button does not exist.
    • Select the File → Exit option from the menu.
    • Use the keyboard shortcut: Alt+F4.
  2. If there are unsaved documents a dialog box will prompt you to save them:
    • Press the Save button to save the current document.
    • Press the Discard button to discard the current document and lose all changes.
    • Press the Cancel button to cancel the command.
    • If there are multiple unsaved documents you can check the Apply answer to all checkbox to avoid being prompted for each unsaved document separately.