FreeCAD: master fec636b8

Author Committer Branch Timestamp Parent
yorik yorik master 2014-08-01 23:39:10 master 7a3ddd5b
Changeset Arch: Introduced new IFC importer/exporter

* The new IFC importer uses excusively the newest ifcopenshell.py module
* Renamed old importer to importIFClegacy.py
* Included the now deprecated ifcReader and ifcWriter modules into importIFClegacy
* The new IFC importer falls back on the older one if the ifcopenshell module is not found
mod - src/Mod/Arch/CMakeLists.txt Diff File
rm - src/Mod/Arch/ifcReader.py Diff File
rm - src/Mod/Arch/ifcWriter.py Diff File
mod - src/Mod/Arch/importIFC.py Diff File
add - src/Mod/Arch/importIFClegacy.py Diff File