Add support for IfcSpatialElements and exclude abstract classes.

This commit is contained in:
Dion Moult
2020-03-17 19:16:11 +11:00
parent 8ba9b37ec9
commit dc8e73b822
11 changed files with 17745 additions and 19004 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class IfcSchema():
# TODO: Make it less troublesome
self.products = [
'IfcElement',
'IfcSpatialStructureElement',
'IfcSpatialElement',
'IfcStructural',
'IfcMaterialDefinition',
'IfcParameterizedProfileDef',