Std Export/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
|[[Std_Import|Std Import]]
|[[Std_MergeProjects|Std MergeProjects]]
|[[Std_File_Menu|Std File Menu]]
|IconL=Std_Import.svg
|IconR=
|IconC=Freecad.svg
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 14: Line 22:
==Description==
==Description==


This is the standard command to export objects inside a FreeCAD document to other file formats. A selection must be made before launching the command.
The '''Std Export''' command exports selected objects to a different file format. Many file formats are supported and for some formats multiple export options exist. See [[Import_Export|Import Export]] for more information.


==Usage==
==Usage==


# Select one or more objects.
# Select objects to export, either in the Model tree or in the 3D view using [[Std BoxSelection|box selection]].
#* To select a [[PartDesign_Body|PartDesign body]] in the [[Tree_view|Tree view]] only the body itself or its last feature should be picked.
# Go to {{MenuCommand|{{StdMenu|[[Std File Menu|File]]}} → Export}} or press the {{KEY|Ctrl}} + {{KEY|E}} keyboard shortcut
#* Be careful when you use {{KEY|Ctrl}}+{{KEY|A}} to select all objects: this will also select invisible objects which in most cases should not be exported.
# Select the file type
#* Avoid using a [[Std_BoxSelection|Box selection]], {{KEY|Shift}}+{{KEY|B}}, in FreeCAD version 0.18 and earlier as it can select PartDesign bodies twice, resulting in duplicate objects in the exported file.
# Type a name
# There are several ways to invoke the command:
# Press the {{KEY|Save}} button.
#* Select the {{MenuCommand|File → [[Image:Std_Export.svg|16px]] Export...}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|E}}.
# Select the correct file format in the dialog box.
# Enter a filename.
# Press the {{Button|Save}} button.


==Notes==
For supported file types, see [[Import Export]].


* To export a [[Mesh Workbench|mesh object]] to a solid file format it must first be converted. See the [[Import from STL or OBJ]] tutorial.
==Options==
* Some workbenches have additional export commands. See: [[Import_Export|Import Export]].


==Preferences==
Options for some file formats can be defined in {{MenuCommand|Edit → [[Preferences Editor|Preferences]] → Import-Export}}.


* See: [[Import_Export_Preferences|Import Export Preferences]].
==Tips and limitations==
* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.
* The last used export filter is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileExportFilter}}.


{{Docnav
* When exporting a single part, you should usually select only the last object at the bottom of the Model tree.
|[[Std_Import|Std Import]]
* On some Linux systems for packages built independently from the FreeCAD project, it may be necessary to manually type the file extension.
|[[Std_MergeProjects|Std MergeProjects]]
* A [[Mesh Workbench|mesh object]] cannot be directly exported to a CAD format (STEP, IGES, BREP). It must be converted to a shape and/or a solid first, see the [[Import from STL or OBJ]] tutorial.
|[[Std_File_Menu|Std File Menu]]

|IconL=Std_Import.svg
{{clear}}
|IconR=
|IconC=Freecad.svg
}}


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

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

Revision as of 21:03, 13 March 2020

Std Export

Системное название
Std Export
Расположение в меню
Файл → Экспорт
Верстаки
All
Быстрые клавиши
Ctrl+E
Представлено в версии
-
См. также
Импорт

Description

The Std Export command exports selected objects to a different file format. Many file formats are supported and for some formats multiple export options exist. See Import Export for more information.

Usage

  1. Select one or more objects.
    • To select a PartDesign body in the Tree view only the body itself or its last feature should be picked.
    • Be careful when you use Ctrl+A to select all objects: this will also select invisible objects which in most cases should not be exported.
    • Avoid using a Box selection, Shift+B, in FreeCAD version 0.18 and earlier as it can select PartDesign bodies twice, resulting in duplicate objects in the exported file.
  2. There are several ways to invoke the command:
    • Select the File → Export... option from the menu.
    • Use the keyboard shortcut: Ctrl+E.
  3. Select the correct file format in the dialog box.
  4. Enter a filename.
  5. Press the Save button.

Notes

Preferences

  • See: Import Export Preferences.
  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.
  • The last used export filter is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileExportFilter.