Import Export/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{TOCright}}

==Introduction==

<div class="mw-translate-fuzzy">
Эта страница собирает различные форматы файлов, которые могут быть импортированы или экспортированы из FreeCAD. Большинство этих форматов реализованы с помощью отдельного модуля. Этот модуль не обязательно должен быть загружен, чтобы импортировать или экспортировать в этот формат, но должен быть загружен для отображения соответствующей страницы настроек.
Эта страница собирает различные форматы файлов, которые могут быть импортированы или экспортированы из FreeCAD. Большинство этих форматов реализованы с помощью отдельного модуля. Этот модуль не обязательно должен быть загружен, чтобы импортировать или экспортировать в этот формат, но должен быть загружен для отображения соответствующей страницы настроек.
</div>


==Related==
{| style="width: 100%;"

! Format
See the following pages for additional information:
! Description
* [[Import_Export_Preferences|Import Export Preferences]]
! Import
* [[FreeCAD_Howto_Import_Export|FreeCAD Howto Import Export]]
! Export

! Module
==Overview of file formats==
! Preferences page

<!--Note: *.svgz (compressed SVG) not in table as it is related to the obsolete Drawing WB-->
{| class="wikitable"
!Format
!Description
!Import / Open
!Export / Create
|-
|-
| [[FCStd|FCStd]]
| *.FCStd
| FreeCAD's native file format
| FreeCAD native format
| [[Std_Open|Std Open]], [[Std_MergeProjects|Std MergeProjects]]
| yes
| [[Std_Save|Std Save]]
| yes
|-
| Built-in
| *.cam
| FreeCAD frozen views (camera settings)
| [[Std_FreezeViews|Std FreezeViews]]
| [[Std_FreezeViews|Std FreezeViews]]
|-
| *.FCMacro
| FreeCAD macro (Python code)
| [[Std_Import|Std Import]]
| [[Std_DlgMacroRecord|Std DlgMacroRecord]]
|-
| *.FCMat
| FreeCAD material card
| [[Std_Import|Std Import]]
| no
| no
|-
|-
| *.FCParam
| [[FCMat|FCMat]]
| FreeCAD Material Card
| FreeCAD parameter file
| [[Std_DlgParameter|Std DlgParameter]]
| yes
| [[Std_DlgParameter|Std DlgParameter]]
| 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]], [[Points_Import|Points Import]]
| yes
| [[Std_Export|Std Export]], [[Points_Export|Points 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]], [[Mesh_Import|Mesh Import]]
| yes
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh 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
| no
| [[Part Module|Part]]
| yes
|-
|-
| BREP
| *.bdf
| Nastran mesh
| OpenCasCade's native format
| yes
| yes
| [[Part Module|Part]]
| no
| no
| [[Mesh_Export|Mesh Export]]
|-
|-
| *.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]], [[Mesh_Import|Mesh Import]]
| yes
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh Export]]
| yes
| [[Draft Module|Draft]]
| yes
|-
|-
| *.brep
| [[SVG|SVG]]
| OpenCasCade native format
| 2D format widely used for vector graphics
| [[Std_Import|Std Import]], [[Part_Import|Part Import]]
| yes
| [[Std_Export|Std Export]], [[Part_Export|Part 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]], [[Part_Import|Part Import]]
| yes
| [[Std_Export|Std Export]], [[Part_Export|Part 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
| Collada format. For Linux users: External pyCollada module required.
| Binary mesh exchange 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. External software required for the legacy python importer and the legacy python exporter.
| 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. For Linux users: External IfcOpenShell module required.
| G-Code file format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
|-
| [[Path Workbench|Path]]
| *.iges
| Older solid-based format
| [[Std_Import|Std Import]], [[Part_Import|Part Import]]
| [[Std_Export|Std Export]], [[Part_Export|Part Export]]
|-
| *.igs
| Older solid-based format
| [[Std_Import|Std Import]], [[Part_Import|Part Import]]
| [[Std_Export|Std Export]], [[Part_Export|Part Export]]
|-
| *.inc
| Povray format
| [[Std_Import|Std Import]]
| no
| no
|-
|-
| CNC
| *.inp
| FEM mesh
| G-Code file format
| [[Std_Import|Std Import]]
| yes
| [[Std_Export|Std Export]]
| yes
|-
| [[Path Workbench|Path]]
| *.iv
| Inventor V2.1 format
| [[Std_Import|Std Import]], [[Mesh_Import|Mesh Import]]
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh Export]]
|-
| *.jpeg
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.jpg
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]], [[Std_Import|Std Import]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.json
| FEM mesh
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]]
|-
| *.json
| JavaScript Object Notation
| no
| no
| [[Std_Export|Std Export]]
|-
| *.json
| Path tool
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
| [[Path_ToolLibraryEdit|Path ToolLibraryEdit]]
|-
| *.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]]
|-
|-
| TAP
| *.nas
| Nastran mesh
| G-Code file format
| yes
| yes
| [[Path Workbench|Path]]
| no
| no
| [[Mesh_Export|Mesh Export]]
|-
|-
| GCODE
| *.nc
| G-code
| G-Code file format
| [[Std_Import|Std Import]]
| yes
| [[Path_Post|Path Post]]
| yes
|-
| [[Path Workbench|Path]]
| *.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]], [[Mesh_Import|Mesh Import]]
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh 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]], [[Mesh_Import|Mesh Import]]
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh Export]]
|-
| *.pbm
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.pcd
| Point cloud format
| [[Std_Import|Std Import]], [[Points_Import|Points Import]]
| [[Std_Export|Std Export]], [[Points_Export|Points Export]]
|-
| *.pdf
| Portable Document Format
| no
| no
| [[Std_Export|Std Export]], [[Std_PrintPdf|Std PrintPdf]]
|-
|-
| EMN
| *.pgm
| IDF file format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| no
|-
| Idf
| *.plmxml
| Siemens PLM format
| [[Std_Import|Std Import]]
| no
| no
|-
|-
| IV
| *.ply
| OpenInventor file format
| Point cloud format
| [[Std_Import|Std Import]], [[Points_Import|Points Import]]
| yes
| [[Std_Export|Std Export]], [[Points_Export|Points Export]]
| yes
|-
| Built-in
| *.ply
| Stanford triangle mesh format
| [[Std_Import|Std Import]], [[Mesh_Import|Mesh Import]]
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh 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]]
|-
|-
| VRML
| *.pov
| Web 3D format
| Povray format
| [[Std_Import|Std Import]]
| yes
| [[Raytracing_Camera|Raytracing WriteCamera]], [[Raytracing_Part|Raytracing WritePart]], [[Raytracing_Export|Raytracing WriteView]]
| yes
|-
| Built-in
| *.ppm
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| [[Std_ViewScreenShot|Std ViewScreenShot]]
|-
| *.py
| Python code
| [[Std_Import|Std Import]]
| [[Std_DlgMacroRecord|Std DlgMacroRecord]]
|-
| *.py
| Python module def
| no
| no
| [[Mesh_Export|Mesh Export]]
|-
|-
| *.scad
| WebGL (HTML)
| OpenSCAD format. External software required for import.
| Web 3D format
| [[Std_Import|Std Import]]
| no
| [[Std_Export|Std Export]]
| yes
|-
| [[Arch Module|Arch]]
| *.smf
| Simple model format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh Export]]
|-
| *.src
| KRL robot trajectory
| no
| no
| [[Robot_Export|Robot ExportKukaCompact]], [[Robot_Export|Robot ExportKukaFull]]
|-
|-
| SCAD
| *.step
| Exchange format for engineering models
| OpenSCAD file format
| [[Std_Import|Std Import]], [[Part_Import|Part Import]]
| yes
| [[Std_Export|Std Export]], [[Part_Export|Part Export]]
| yes
|-
| [[OpenSCAD Module|OpenSCAD]]
| *.stl
| FEM mesh
| no
| no
| [[Std_Export|Std Export]]
|-
|-
| CSG
| *.stl
| Stereolithography mesh (mostly used for 3D printing)
| OpenSCAD Constructive Solid Geometry
| [[Std_Import|Std Import]], [[Mesh_Import|Mesh Import]]
| yes
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh Export]]
| yes
|-
| [[OpenSCAD Module|OpenSCAD]]
| *.stp
| Exchange format for engineering models
| [[Std_Import|Std Import]], [[Part_Import|Part Import]]
| [[Std_Export|Std Export]], [[Part_Export|Part 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
|-
|-
| ASC
| *.tif
| Points cloud format
| Image format
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| no
|-
| [[Points Module|Points]]
| *.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
|-
|-
| POV
| *.unv
| FEM mesh
| Povray format
| [[Std_Import|Std Import]]
| no
| [[Std_Export|Std Export]]
| yes
|-
| [[Raytracing Module|Raytracing]]
| *.vrml
| VRML Web 3D format
| [[Std_Import|Std Import]]
| [[Std_Export|Std Export]], [[Mesh_Export|Mesh 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]], [[Mesh_Export|Mesh 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]], [[Mesh_Export|Mesh Export]]
|-
| *.x3d
| X3D extensible 3D mesh
| no
| no
| [[Mesh_Export|Mesh Export]]
|-
|-
| *.xbm
| [[Spreadsheet_CSV|CSV]]
| Image format
| Comma-separated values spreadsheet
| [[Image_CreateImagePlane|Image CreateImagePlane]]
| yes
| [[Std_ViewScreenShot|Std ViewScreenShot]]
| yes
|-
| [[Spreadsheet Workbench|Spreadsheet]]
| *.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
| [[PDF|PDF]]
| FEM mesh Fenics
| Adobe portable document format
| [[Std_Import|Std Import]]
| no
| [[Std_Export|Std Export]]
| yes
|-
| Built-in
| *.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
| no
|-
| job_*.json
| Path job template
| [[Path_Job|Path Job]]
| [[Path_ExportTemplate|Path ExportTemplate]]
|}
|}


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

[[Category:Common Questions{{#translation:}}]]
<div class="mw-translate-fuzzy">
[[Category:User Documentation/ru]]
</div>

{{PAGELANGUAGE}}

Revision as of 06:23, 3 May 2020

Introduction

Эта страница собирает различные форматы файлов, которые могут быть импортированы или экспортированы из FreeCAD. Большинство этих форматов реализованы с помощью отдельного модуля. Этот модуль не обязательно должен быть загружен, чтобы импортировать или экспортировать в этот формат, но должен быть загружен для отображения соответствующей страницы настроек.

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
*.cam FreeCAD frozen views (camera settings) Std FreezeViews Std FreezeViews
*.FCMacro FreeCAD macro (Python code) Std Import Std DlgMacroRecord
*.FCMat FreeCAD material card Std Import no
*.FCParam FreeCAD parameter file Std DlgParameter Std DlgParameter
*.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, Points Import Std Export, Points Export
*.ast Stereolithography mesh (mostly used for 3D printing) Std Import, Mesh Import Std Export, Mesh Export
*.bdf FEM mesh Std Import no
*.bdf Nastran mesh no Mesh Export
*.bmp Image format Image CreateImagePlane, Std Import Std ViewScreenShot
*.bms Binary mesh Std Import, Mesh Import Std Export, Mesh Export
*.brep OpenCasCade native format Std Import, Part Import Std Export, Part Export
*.brp OpenCasCade native format Std Import, Part Import Std Export, Part 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. For Linux users: External pyCollada module required. 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. External software required for the legacy python importer and the legacy python exporter. 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. For Linux users: External IfcOpenShell module required. Std Import Std Export
*.iges Older solid-based format Std Import, Part Import Std Export, Part Export
*.igs Older solid-based format Std Import, Part Import Std Export, Part Export
*.inc Povray format Std Import no
*.inp FEM mesh Std Import Std Export
*.iv Inventor V2.1 format Std Import, Mesh Import Std Export, Mesh 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
*.nas Nastran mesh no Mesh 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, Mesh Import Std Export, Mesh 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, Mesh Import Std Export, Mesh Export
*.pbm Image format Image CreateImagePlane Std ViewScreenShot
*.pcd Point cloud format Std Import, Points Import Std Export, Points 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, Points Import Std Export, Points Export
*.ply Stanford triangle mesh format Std Import, Mesh Import Std Export, Mesh Export
*.png Image format Image CreateImagePlane, Std Import Std ViewScreenShot
*.poly FEM mesh TetGen no Std Export
*.pov Povray format Std Import Raytracing WriteCamera, Raytracing WritePart, Raytracing WriteView
*.ppm Image format Image CreateImagePlane Std ViewScreenShot
*.py Python code Std Import Std DlgMacroRecord
*.py Python module def no Mesh Export
*.scad OpenSCAD format. External software required for import. Std Import Std Export
*.smf Simple model format Std Import Std Export, Mesh Export
*.src KRL robot trajectory no Robot ExportKukaCompact, Robot ExportKukaFull
*.step Exchange format for engineering models Std Import, Part Import Std Export, Part Export
*.stl FEM mesh no Std Export
*.stl Stereolithography mesh (mostly used for 3D printing) Std Import, Mesh Import Std Export, Mesh Export
*.stp Exchange format for engineering models Std Import, Part Import Std Export, Part 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, Mesh 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, Mesh Export
*.wrl.gz VRML Web 3D format Std Import Std Export
*.wrz VRML Web 3D format Std Import Std Export, Mesh Export
*.x3d X3D extensible 3D mesh no Mesh 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