Implement import and association of type products

This commit is contained in:
Dion Moult
2020-01-30 17:23:57 +11:00
parent e354354b1a
commit 85e55b6deb
5 changed files with 7577 additions and 3 deletions
+1 -1
View File
@@ -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