Allow IfcStructural* elements to be exported. See #756.

This commit is contained in:
Dion Moult
2020-01-13 17:35:56 +11:00
parent 9ef9498c35
commit c4af52e8ee
10 changed files with 2112 additions and 472 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ class IFC4Extractor:
self.ns = {'xs': 'http://www.w3.org/2001/XMLSchema'}
self.elements = {}
#self.filters = ['IfcBuildingElement']
self.filters = ['IfcElement', 'IfcSpatialStructureElement']
#self.filters = ['IfcElement']
#self.filters = ['IfcSpatialStructureElement']
self.filters = ['IfcStructuralActivity', 'IfcStructuralItem']
self.filtered_elements = {}
def extract(self):