mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 02:10:03 +00:00
Allow IfcStructural* elements to be exported. See #756.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user