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

@@ -46,6 +46,7 @@ SET(Arch_SRCS
ArchReference.py
ArchFence.py
OfflineRenderingUtils.py
exportIFC.py
)
SET(Dice3DS_SRCS

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")

2054
src/Mod/Arch/exportIFC.py Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff