Mesh Export/ru
Appearance
|
|
| Menu location |
|---|
| Meshes → Export Mesh… |
| Workbenches |
| Mesh |
| Default shortcut |
| None |
| Introduced in version |
| - |
| See also |
| Std Export, Import Export |
Description
The Mesh Export command exports a mesh object to a mesh file format. Several file formats are supported.
Usage
- Select a single mesh object.
- There are several ways to invoke the command:
- Press the
Export Mesh… button.
- Select the Meshes →
Export Mesh… option from the menu.
- Select the
Export Mesh… option from the Tree View context menu or 3D View context menu.
- Press the
- Select the correct file format in the dialog box.
- Enter a filename. If you have selected the
All files (*.*)option in the previous step, and do not specify a file extension here, the .stl extension will be used. - Press the Save button.
Notes
- There are some export preferences related to Mesh Formats but these do not apply to this command. They are used by the Std Export command.
Scripting
See also: FreeCAD Scripting Basics.
To export objects (including mesh objects) to a mesh file format use the export method of the Mesh module.
import FreeCAD
import Mesh
doc = FreeCAD.ActiveDocument
Mesh.export([doc.Cone, doc.Cylinder], "D:/testfiles/mymodel.stl")
- Miscellaneous: Import Mesh, Export Mesh, Mesh From Shape, Regular solid, Unwrap Mesh, Unwrap Face
- Modifying: Harmonize Normals, Flip Normals, Fill Holes, Close Holes, Add Triangle, Remove Components, Remove Components Manually, Smooth, Refinement, Decimate, Scale
- Boolean: Union, Intersection, Difference
- Cutting: Cut, Trim, Trim With Plane, Section From Plane, Cross-Sections
- Components and segmentation: Merge, Split by Components, Segmentation, Segmentation From Best-Fit Surfaces
- Analyze: Evaluate and Repair, Face Info, Curvature Plot, Curvature Info, Evaluate Solid, Bounding Box Info
- Additional: Import Export Preferences, OpenSCAD Workbench, Mesh Scripting
- Начинающим
- Установка: Загрузка, Windows, Linux, Mac, Дополнительных компонентов, Docker, AppImage, Ubuntu Snap
- Базовая: О FreeCAD, Интерфейс, Навигация мыши, Методы выделения, Имя объекта, Настройки, Верстаки, Структура документа, Свойства, Помоги FreeCAD, Пожертвования
- Помощь: Учебники, Видео учебники
- Верстаки: Std Base, Arch, Assembly, CAM, Draft, FEM, Inspection, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework