Mesh Export
|
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.
Preferences
- The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.
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, Create mesh from shape, Regular solid, Unwrap Mesh, Unwrap Face
- Modifying: Harmonize normals, Flip normals, Fill holes, Close hole, Add triangle, Remove components, Remove components by hand, Smooth, Refinement, Decimation, Scale
- Boolean: Union, Intersection, Difference
- Cutting: Cut mesh, Trim mesh, Trim mesh with a plane, Create section from mesh and plane, Cross-sections
- Components and segments: Merge, Split by components, Create mesh segments, Create mesh segments from best-fit surfaces

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub