mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Implement import and association of type products
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', 'IfcSpatialStructureElement', 'IfcStructural']])
|
||||
['IfcElement', 'IfcElementType', 'IfcSpatialStructureElement', 'IfcStructural']])
|
||||
return products_enum
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user