mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Add support for IfcSpatialElements and exclude abstract classes.
This commit is contained in:
@@ -116,7 +116,7 @@ def getIfcProducts(self, context):
|
||||
global products_enum
|
||||
if len(products_enum) < 1:
|
||||
products_enum.extend([(e, e, '') for e in
|
||||
['IfcElement', 'IfcElementType', 'IfcSpatialStructureElement', 'IfcStructural']])
|
||||
['IfcElement', 'IfcElementType', 'IfcSpatialElement', 'IfcStructural']])
|
||||
return products_enum
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user