Import Export: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Marked this version for translation)
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

==Overview== <!--T:6-->
</translate>
{{TOCright}}
<translate>

==Introduction== <!--T:6-->


<!--T:1-->
<!--T:1-->
This page gathers the different file formats that can be imported or exported from FreeCAD. Most of these file formats are implemented by a specific module. This module doesn't need to be loaded in order to import or export to that format, but must be loaded to display the corresponding preferences page.
This page lists the various file formats that FreeCAD can import and export. For completeness the FreeCAD native format is included in the list.


== Related == <!--T:8-->
==Related== <!--T:8-->


<!--T:9-->
<!--T:9-->
See the following pages for more details:
See the following pages for additional information:
* {{Emphasis|[[Import Export Preference]]}}
* [[Import_Export_Preferences|Import Export Preferences]]
* {{Emphasis|[[FreeCAD Howto Import Export]]}}
* [[FreeCAD_Howto_Import_Export|FreeCAD Howto Import Export]]


==Formats== <!--T:7-->
==Overview of file formats== <!--T:7-->


<!--T:2-->
<!--T:2-->
<!--Note: *.svgz (compressed SVG) not in table as it is related to the obsolete Drawing WB-->
{| style="width: 100%;"
{| class="wikitable"
! Format
!Format
! Description
!Description
! Import
!Import / Open
! Export
!Export / Create
! Module
! Preferences page
|-
|-
| [[FCStd|FCStd]]
| *.FCStd
| FreeCAD's native file format
| FreeCAD native format
| [[Std_Open|Std Open]], [[Std_MergeProject|Std MergeProjects]]
| yes
| [[Std_Save|Std Save]]
| yes
|-
| Built-in
| *.FCMat
| FreeCAD material card
| [[Std_Import|Std Import]]
| no
| no
|-
|-
| *.FCMacro
| [[FCMat|FCMat]]
| FreeCAD Material Card
| FreeCAD macro (Python code)
| [[Std_Import|Std Import]]
| yes
| [[Std_DlgMacroRecord|Std DlgMacroRecord]]
| yes
|-
| Built-in
| *.FCScript
| FreeCAD script (Python code)
| [[Std_Import|Std Import]]
| [[Std_DlgMacroRecord|Std DlgMacroRecord]]
|-
| *.3ds
| 3D Studio mesh
| [[Std_Import|Std Import]]
| no
| no
|-
|-
| *.amf
| [[FCMacro|FCMacro]]
| Additive manufacturing format
| FreeCAD Macro
| yes
| yes
| Built-in
| no
| no
| [[Std_Export|Std Export]]
|-
|-
| STEP
| *.asc
| Point cloud format
| One of the most widely used exchange format for engineering models
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Part Module|Part]]
| yes
|-
|-
| STPZ
| *.ast
| Stereolithography mesh (mostly used for 3D printing)
| Compressed version of STEP exchange format for engineering models
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Part Module|Part]]
| yes
|-
|-
| IGES
| *.bdf
| FEM mesh
| A bit older but still much in use solid-based format
| [[Std_Import|Std Import]]
| yes
| yes
| [[Part Module|Part]]
| yes
|-
| BREP
| OpenCasCade's native format
| yes
| yes
| [[Part Module|Part]]
| no
| no
|-
|-
| *.bmp
| [[Draft DXF|DXF]]
| Image format
| Autodesk Exchange Format. Only 2D geometry is supported
| [[Image_CreateImagePlane|Image CreateImagePlane]], [[Std_Import|Std Import]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
| [[Draft Module|Draft]]
| yes
|-
|-
| *.bms
| [[DWG|DWG]]
| Binary mesh
| Autocad main format. Only 2D geometry is supported. Requires the installation of [[FreeCAD_and_DWG_Import|external software]].
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Draft Module|Draft]]
| yes
|-
|-
| *.brep
| [[SVG|SVG]]
| OpenCasCade native format
| 2D format widely used for vector graphics
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Draft Module|Draft]] / [[Drawing Module|Drawing]]
| yes
|-
|-
| *.brp
| [[Draft OCA|OCA]]
| OpenCasCade native format
| Open CAD Format (obsolete, 2D-only format)
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Draft Module|Draft]]
| yes
|-
|-
| *.cnc
| [[Arch IFC|IFC]]
| G-code
| Industry Foundation Classes, used to exchange BIM models. Requires the installation of [[Arch IFC|external software]].
| [[Std_Import|Std Import]]
| yes
| [[Path_Post|Path Post]]
| yes
| [[Arch Module|Arch]]
| yes
|-
|-
| *.csg
| [[Arch DAE|DAE]]
| OpenSCAD Constructive Solid Geometry format
| Collada format, used for exchange of mesh geometry
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Arch Module|Arch]]
| yes
|-
|-
| *.csv
| [[Arch_OBJ|OBJ]]
| Comma-separated values spreadsheet
| Mesh exchange format
| [[Std_Import|Std Import]], [[Spreadsheet_Import|Spreadsheet Import]]
| yes
| [[Spreadsheet_Export|Spreadsheet Export]]
| yes
| [[Arch Module|Arch]] / [[Mesh Module|Mesh]]
| no
|-
|-
| STL
| *.cur
| Image format
| Mesh exchange format mostly used for 3D printing
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
| [[Mesh Module|Mesh]]
| no
|-
|-
| BMS
| *.dae
| Binary mesh exchange format
| Collada format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Mesh Module|Mesh]]
| no
|-
|-
| AST
| *.dat
| Common airfoil data
| Mesh exchange format
| [[Std_Import|Std Import]]
| yes
| yes
| [[Mesh Module|Mesh]]
| no
| no
|-
|-
| OFF
| *.dat
| FEM mesh
| Mesh exchange format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Mesh Module|Mesh]]
| no
|-
|-
| PLY
| *.dwg
| AutoCAD native format. Only 2D geometry is supported. External software required.
| Mesh exchange format / Points cloud
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Mesh Module|Mesh]] / [[Points Module|Points]]
| no
|-
|-
| INP
| *.dxf
| Autodesk drawing exchange format. Only 2D geometry is supported.
| Abaqus format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]], [[TechDraw_ExportPageDXF|TechDraw ExportPageDXF]]
| yes
| [[FEM Module|FEM]]
| no
|-
|-
| POLY
| *.emn
| Tetgen format
| IDF format
| [[Std_Import|Std Import]]
| no
| yes
| [[FEM Module|FEM]]
| no
| no
|-
|-
| UNV
| *.frd
| FEM exchange format
| FEM result CalculiX
| [[Std_Import|Std Import]]
| yes
| yes
| [[FEM Module|FEM]]
| no
| no
|-
|-
| MED
| *.gc
| G-code
| FEM exchange format
| [[Std_Import|Std Import]]
| yes
| [[Path_Post|Path Post]]
| yes
| [[FEM Module|FEM]]
| no
|-
|-
| DAT
| *.gcad
| FEM exchange format (FEM) or 2D airfoil profile (Draft)
| Open CAD format (obsolete, 2D-only format)
| [[Std_Import|Std Import]]
| yes
| yes
| [[FEM Module|FEM]] / [[Draft Module|Draft]]
| no
| no
|-
|-
| BDF
| *.gcode
| G-code
| FEM exchange format
| [[Std_Import|Std Import]]
| yes
| [[Path_Post|Path Post]]
| no
| [[FEM Module|FEM]]
| no
|-
|-
| FRD
| *.gif
| CalculiX result format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| no
| [[FEM Module|FEM]]
| no
| no
|-
|-
| NC
| *.html
| G-Code file format
| Web 3D format
| yes
| yes
| [[Path Workbench|Path]]
| no
| no
| [[Std_Export|Std Export]]
|-
|-
| GC
| *.icns
| G-Code file format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
| [[Path Workbench|Path]]
| no
|-
|-
| NCC
| *.ico
| G-Code file format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
| [[Path Workbench|Path]]
| no
|-
|-
| NGC
| *.ifc
| Industry Foundation Classes exchange format for BIM models
| G-Code file format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Path Workbench|Path]]
| no
|-
|-
| CNC
| *.iges
| G-Code file format
| Older solid-based format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Path Workbench|Path]]
| no
|-
|-
| TAP
| *.igs
| G-Code file format
| Older solid-based format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| [[Path Workbench|Path]]
| no
|-
|-
| GCODE
| *.inc
| G-Code file format
| Povray format
| [[Std_Import|Std Import]]
| yes
| yes
| [[Path Workbench|Path]]
| no
| no
|-
|-
| EMN
| *.inp
| FEM mesh
| IDF file format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| no
| Idf
| no
|-
|-
| IV
| *.iv
| OpenInventor file format
| Inventor V2.1 format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
| Built-in
| no
|-
|-
| VRML
| *.jpeg
| Web 3D format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
| Built-in
| no
|-
|-
| *.jpg
| WebGL (HTML)
| Web 3D format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]], [[Std_Import|Std Import]]
| no
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
|-
| [[Arch Module|Arch]]
| *.json
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.json
| JavaScript Object Notation
| no
| no
| [[Std_Export|Std Export]]
|-
|-
| SCAD
| *.json
| Path tool
| OpenSCAD file format
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
| yes
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
| yes
|-
| [[OpenSCAD Module|OpenSCAD]]
| *.med
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.meshjson
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.meshyaml
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.nc
| G-code
| [[Std_Import|Std Import]]
| [[Path_Post|Path Post]]
|-
| *.ncc
| G-code
| [[Std_Import|Std Import]]
| [[Path_Post|Path Post]]
|-
| *.ngc
| G-code
| [[Std_Import|Std Import]]
| [[Path_Post|Path Post]]
|-
| *.obj
| Alias mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.obj
| Wavefront format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.oca
| Open CAD format (obsolete, 2D-only format)
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.off
| Object file format mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.pbm
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.pcd
| Point cloud format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.pdf
| Portable Document Format
| no
| no
| [[Std_Export|Std Export]], [[Std_PrintPdf|Std PrintPdf]]
|-
|-
| CSG
| *.pgm
| Image format
| OpenSCAD Constructive Solid Geometry
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
|-
| [[OpenSCAD Module|OpenSCAD]]
| *.plmxml
| Siemens PLM format
| [[Std_Import|Std Import]]
| no
| no
|-
|-
| ASC
| *.ply
| Points cloud format
| Point cloud format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| no
|-
| [[Points Module|Points]]
| *.ply
| Stanford triangle mesh format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.png
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]], [[Std_Import|Std Import]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.poly
| FEM mesh TetGen
| no
| no
| [[Std_Export|Std Export]]
|-
|-
| POV
| *.pov
| Povray format
| Povray format
| [[Std_Import|Std Import]]
| no
| no
|-
| yes
| *.ppm
| [[Raytracing Module|Raytracing]]
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.py
| Python code
| [[Std_Import|Std Import]]
| [[Std_DlgMacroRecord|Std DlgMacroRecord]]
|-
| *.scad
| OpenSCAD format. External software required for import.
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.smf
| Simple model format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.step
| Exchange format for engineering models
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.stl
| FEM mesh
| no
| no
| [[Std_Export|Std Export]]
|-
|-
| *.stl
| [[Spreadsheet_CSV|CSV]]
| Stereolithography mesh (mostly used for 3D printing)
| Comma-separated values spreadsheet
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
|-
| [[Spreadsheet Workbench|Spreadsheet]]
| *.stp
| Exchange format for engineering models
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.stpz
| Compressed STEP
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.svg
| Scalable vector graphics format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]], [[TechDraw_ExportPageSVG|TechDraw ExportPageSVG]]
|-
| *.tap
| G-code
| [[Std_Import|Std Import]]
| [[Path_Post|Path Post]]
|-
| *.tga
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| no
| no
|-
|-
| *.tif
| [[PDF|PDF]]
| Adobe portable document format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.tiff
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.tooltable
| Path tool
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
|-
| *i1.txt
| FEM mesh Z88
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *o2.txt
| FEM result Z88 displacements
| [[Std_Import|Std Import]]
| no
| no
|-
| yes
| *.unv
| Built-in
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.vrml
| VRML Web 3D format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.vtk
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.vtk
| FEM result VTK
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.vtu
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.vtu
| FEM result VTK
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.wbmp
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.webp
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.wrl
| VRML Web 3D format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.wrl.gz
| VRML Web 3D format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.wrz
| VRML Web 3D format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.xbm
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.xdmf
| FEM mesh Fenics
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.xlsx
| Excel / Office Open XML spreadsheet
| [[Std_Import|Std Import]]
| no
| no
|-
| *.xml
| FEM mesh Fenics
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.xml
| Path tool
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
|-
| *.xpm
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]], [[Std_Import|Std Import]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.yaml
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.z88
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.zip
| SweetHome3D XML
| [[Std_Import|Std Import]]
| no
|-
| job_*.json
| Path job template
| [[Path_Job|Path Job]]
| [[Path_ExportTemplate|Path ExportTemplate]]
|}
|}


</translate>
</translate>

[[Category:Formats{{#translation:}}]]
[[Category:Formats{{#translation:}}]]

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

[[Category:Common Questions{{#translation:}}]]
[[Category:Common Questions{{#translation:}}]]

Revision as of 22:33, 25 February 2020

Introduction

This page lists the various file formats that FreeCAD can import and export. For completeness the FreeCAD native format is included in the list.

Related

See the following pages for additional information:

Overview of file formats

Format Description Import / Open Export / Create
*.FCStd FreeCAD native format Std Open, Std MergeProjects Std Save
*.FCMat FreeCAD material card Std Import no
*.FCMacro FreeCAD macro (Python code) Std Import Std DlgMacroRecord
*.FCScript FreeCAD script (Python code) Std Import Std DlgMacroRecord
*.3ds 3D Studio mesh Std Import no
*.amf Additive manufacturing format no Std Export
*.asc Point cloud format Std Import Std Export
*.ast Stereolithography mesh (mostly used for 3D printing) Std Import Std Export
*.bdf FEM mesh Std Import no
*.bmp Image format Image CreateImagePlane, Std Import Std ViewScreenShot
*.bms Binary mesh Std Import Std Export
*.brep OpenCasCade native format Std Import Std Export
*.brp OpenCasCade native format Std Import Std Export
*.cnc G-code Std Import Path Post
*.csg OpenSCAD Constructive Solid Geometry format Std Import Std Export
*.csv Comma-separated values spreadsheet Std Import, Spreadsheet Import Spreadsheet Export
*.cur Image format Image CreateImagePlane Std ViewScreenShot
*.dae Collada format Std Import Std Export
*.dat Common airfoil data Std Import no
*.dat FEM mesh Std Import Std Export
*.dwg AutoCAD native format. Only 2D geometry is supported. External software required. Std Import Std Export
*.dxf Autodesk drawing exchange format. Only 2D geometry is supported. Std Import Std Export, TechDraw ExportPageDXF
*.emn IDF format Std Import no
*.frd FEM result CalculiX Std Import no
*.gc G-code Std Import Path Post
*.gcad Open CAD format (obsolete, 2D-only format) Std Import no
*.gcode G-code Std Import Path Post
*.gif Image format Image CreateImagePlane no
*.html Web 3D format no Std Export
*.icns Image format Image CreateImagePlane Std ViewScreenShot
*.ico Image format Image CreateImagePlane Std ViewScreenShot
*.ifc Industry Foundation Classes exchange format for BIM models Std Import Std Export
*.iges Older solid-based format Std Import Std Export
*.igs Older solid-based format Std Import Std Export
*.inc Povray format Std Import no
*.inp FEM mesh Std Import Std Export
*.iv Inventor V2.1 format Std Import Std Export
*.jpeg Image format Image CreateImagePlane Std ViewScreenShot
*.jpg Image format Image CreateImagePlane, Std Import Std ViewScreenShot
*.json FEM mesh Std Import Std Export
*.json JavaScript Object Notation no Std Export
*.json Path tool Path ToolLibraryEdit Path ToolLibraryEdit
*.med FEM mesh Std Import Std Export
*.meshjson FEM mesh Std Import Std Export
*.meshyaml FEM mesh Std Import Std Export
*.nc G-code Std Import Path Post
*.ncc G-code Std Import Path Post
*.ngc G-code Std Import Path Post
*.obj Alias mesh Std Import Std Export
*.obj Wavefront format Std Import Std Export
*.oca Open CAD format (obsolete, 2D-only format) Std Import Std Export
*.off Object file format mesh Std Import Std Export
*.pbm Image format Image CreateImagePlane Std ViewScreenShot
*.pcd Point cloud format Std Import Std Export
*.pdf Portable Document Format no Std Export, Std PrintPdf
*.pgm Image format Image CreateImagePlane Std ViewScreenShot
*.plmxml Siemens PLM format Std Import no
*.ply Point cloud format Std Import Std Export
*.ply Stanford triangle mesh format Std Import Std Export
*.png Image format Image CreateImagePlane, Std Import Std ViewScreenShot
*.poly FEM mesh TetGen no Std Export
*.pov Povray format Std Import no
*.ppm Image format Image CreateImagePlane Std ViewScreenShot
*.py Python code Std Import Std DlgMacroRecord
*.scad OpenSCAD format. External software required for import. Std Import Std Export
*.smf Simple model format Std Import Std Export
*.step Exchange format for engineering models Std Import Std Export
*.stl FEM mesh no Std Export
*.stl Stereolithography mesh (mostly used for 3D printing) Std Import Std Export
*.stp Exchange format for engineering models Std Import Std Export
*.stpz Compressed STEP Std Import Std Export
*.svg Scalable vector graphics format Std Import Std Export, TechDraw ExportPageSVG
*.tap G-code Std Import Path Post
*.tga Image format Image CreateImagePlane no
*.tif Image format Image CreateImagePlane Std ViewScreenShot
*.tiff Image format Image CreateImagePlane Std ViewScreenShot
*.tooltable Path tool Path ToolLibraryEdit Path ToolLibraryEdit
*i1.txt FEM mesh Z88 Std Import Std Export
*o2.txt FEM result Z88 displacements Std Import no
*.unv FEM mesh Std Import Std Export
*.vrml VRML Web 3D format Std Import Std Export
*.vtk FEM mesh Std Import Std Export
*.vtk FEM result VTK Std Import Std Export
*.vtu FEM mesh Std Import Std Export
*.vtu FEM result VTK Std Import Std Export
*.wbmp Image format Image CreateImagePlane Std ViewScreenShot
*.webp Image format Image CreateImagePlane Std ViewScreenShot
*.wrl VRML Web 3D format Std Import Std Export
*.wrl.gz VRML Web 3D format Std Import Std Export
*.wrz VRML Web 3D format Std Import Std Export
*.xbm Image format Image CreateImagePlane Std ViewScreenShot
*.xdmf FEM mesh Fenics Std Import Std Export
*.xlsx Excel / Office Open XML spreadsheet Std Import no
*.xml FEM mesh Fenics Std Import Std Export
*.xml Path tool Path ToolLibraryEdit Path ToolLibraryEdit
*.xpm Image format Image CreateImagePlane, Std Import Std ViewScreenShot
*.yaml FEM mesh Std Import Std Export
*.z88 FEM mesh Std Import Std Export
*.zip SweetHome3D XML Std Import no
job_*.json Path job template Path Job Path ExportTemplate