├── IFC2X3_TC1.exp ├── LICENSE ├── ifcfilereader.py ├── ifcfilereader.pyc ├── ifcfreecad.py ├── ifcschemareader.py ├── ifcschemareader.pyc └── testdata ├── 06-03-01_windows_in_curved_wall_vw.ifc ├── AC11-FZK-Haus-IFC.ifc ├── AC11-Institute-Var-2-IFC.ifc ├── AC90R1-Jasmin-Sun-105-2x3.ifc ├── AC90R1-niedriha-V2-2x3.ifc ├── AC9R1-Haus-G-H-Ver2-2x3.ifc ├── ADT-FZK-Haus-2005-2006.ifc ├── Allplan-Smiley-West.ifc ├── BathroomWindow.ifc ├── Copy of WallOnly.ifc ├── EmptyTest.ifc ├── FJK-Project-Final.ifc ├── MergeTest.ifc ├── Niedri_org.ifc ├── Niedri_slabs.ifc ├── PART02_Wilfer_200302_20070209_IFC.ifc ├── Paolo.ifc ├── RioleringTestArkey.ifc ├── WallOnly.ifc ├── example.ifc └── revit_quantities.ifc /IFC2X3_TC1.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/IFC2X3_TC1.exp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/LICENSE -------------------------------------------------------------------------------- /ifcfilereader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/ifcfilereader.py -------------------------------------------------------------------------------- /ifcfilereader.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/ifcfilereader.pyc -------------------------------------------------------------------------------- /ifcfreecad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/ifcfreecad.py -------------------------------------------------------------------------------- /ifcschemareader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/ifcschemareader.py -------------------------------------------------------------------------------- /ifcschemareader.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/ifcschemareader.pyc -------------------------------------------------------------------------------- /testdata/06-03-01_windows_in_curved_wall_vw.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/06-03-01_windows_in_curved_wall_vw.ifc -------------------------------------------------------------------------------- /testdata/AC11-FZK-Haus-IFC.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/AC11-FZK-Haus-IFC.ifc -------------------------------------------------------------------------------- /testdata/AC11-Institute-Var-2-IFC.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/AC11-Institute-Var-2-IFC.ifc -------------------------------------------------------------------------------- /testdata/AC90R1-Jasmin-Sun-105-2x3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/AC90R1-Jasmin-Sun-105-2x3.ifc -------------------------------------------------------------------------------- /testdata/AC90R1-niedriha-V2-2x3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/AC90R1-niedriha-V2-2x3.ifc -------------------------------------------------------------------------------- /testdata/AC9R1-Haus-G-H-Ver2-2x3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/AC9R1-Haus-G-H-Ver2-2x3.ifc -------------------------------------------------------------------------------- /testdata/ADT-FZK-Haus-2005-2006.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/ADT-FZK-Haus-2005-2006.ifc -------------------------------------------------------------------------------- /testdata/Allplan-Smiley-West.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/Allplan-Smiley-West.ifc -------------------------------------------------------------------------------- /testdata/BathroomWindow.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/BathroomWindow.ifc -------------------------------------------------------------------------------- /testdata/Copy of WallOnly.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/Copy of WallOnly.ifc -------------------------------------------------------------------------------- /testdata/EmptyTest.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/EmptyTest.ifc -------------------------------------------------------------------------------- /testdata/FJK-Project-Final.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/FJK-Project-Final.ifc -------------------------------------------------------------------------------- /testdata/MergeTest.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/MergeTest.ifc -------------------------------------------------------------------------------- /testdata/Niedri_org.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/Niedri_org.ifc -------------------------------------------------------------------------------- /testdata/Niedri_slabs.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/Niedri_slabs.ifc -------------------------------------------------------------------------------- /testdata/PART02_Wilfer_200302_20070209_IFC.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/PART02_Wilfer_200302_20070209_IFC.ifc -------------------------------------------------------------------------------- /testdata/Paolo.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/Paolo.ifc -------------------------------------------------------------------------------- /testdata/RioleringTestArkey.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/RioleringTestArkey.ifc -------------------------------------------------------------------------------- /testdata/WallOnly.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/WallOnly.ifc -------------------------------------------------------------------------------- /testdata/example.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/example.ifc -------------------------------------------------------------------------------- /testdata/revit_quantities.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvaerle/python-ifc/HEAD/testdata/revit_quantities.ifc --------------------------------------------------------------------------------