Skip to content

Commit

Permalink
Arch: Introduced new IFC importer/exporter
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yorikvanhavre committed Aug 1, 2014
1 parent 7a3ddd5 commit fec636b
Show file tree
Hide file tree
Showing 5 changed files with 2,859 additions and 2,434 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Arch/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ SET(Arch_SRCS
ArchComponent.py
ArchWall.py
importIFC.py
ifcReader.py
importIFClegacy.py
Arch_rc.py
Arch.py
ArchBuilding.py
Expand All @@ -25,7 +25,6 @@ SET(Arch_SRCS
ArchSpace.py
ArchRebar.py
TestArch.py
ifcWriter.py
ArchFrame.py
ArchPanel.py
)
Expand Down

0 comments on commit fec636b

Please sign in to comment.