Arch: Added .ifcjson export type

This commit is contained in:
Yorik van Havre
2020-11-27 13:09:34 +01:00
parent 15e661061c
commit c3b0af2d8d
2 changed files with 41 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
# add import/export types
FreeCAD.addImportType("Industry Foundation Classes (*.ifc)","importIFC")
FreeCAD.addExportType("Industry Foundation Classes (*.ifc)","exportIFC")
FreeCAD.addExportType("Industry Foundation Classes - IFCJSON (*.ifcJSON)","exportIFC")
FreeCAD.addImportType("Wavefront OBJ - Arch module (*.obj)","importOBJ")
FreeCAD.addExportType("Wavefront OBJ - Arch module (*.obj)","importOBJ")
FreeCAD.addExportType("WebGL file (*.html)","importWebGL")