Arch: IFC export, move into separate module

This commit is contained in:
Bernd Hahnebach
2019-08-10 13:03:10 +02:00
parent 8c9a9767e6
commit ea4a7fdde3
4 changed files with 2059 additions and 1952 deletions

View File

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