Std Open/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 14: Line 14:
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 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...


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.png|16px|Std Import|link=Std Import]] [[Std Import|Std Import]]}} command instead.
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.


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]].
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]].
Line 20: Line 20:
==Usage==
==Usage==
# Invoke the command several ways:
# Invoke the command several ways:
#* Pressing the {{KEY|[[File:Std Open.png|16px|Std Open|link=Std Open]] [[Std Open|Std Open]]}} button in the toolbar
#* 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 {{KEY|Ctrl}}+{{KEY|O}} keyboard shortcut
#* {{MenuCommand|{{StdMenu|[[Std_File_Menu|File]]}} → Open}}
#* Using the {{MenuCommand|{{StdMenu|[[Std_File_Menu|File]]}} → Open}} entry in the File menu


==Scripting==
==Scripting==


{{Std Base navi}}

{{Userdocnavi}}
{{clear}}
{{clear}}

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

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

Revision as of 06:22, 19 February 2020

Std Open

Системное название
Std Open
Расположение в меню
Файл → Открыть
Верстаки
All
Быстрые клавиши
Ctrl+O
Представлено в версии
-
См. также
Сохранить файл,Импортировать файл

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: *.IGES, *.STEP, *.BREP, *.STL, *.OBJ, *.PLY, etc...

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 Std Import Std Import command instead.

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.

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