Arch: ifc export, fix export to 2x3 schema

This commit is contained in:
Bernd Hahnebach
2019-04-28 22:03:19 +02:00
committed by Yorik van Havre
parent 9a64f3fad9
commit 3ffdf3acce

View File

@@ -1770,7 +1770,8 @@ def export(exportList,filename):
"CompositionType": "ELEMENT"})
if schema == "IFC2X3":
kwargs = exportIFC2X3Attributes(obj, kwargs)
kwargs = exportIfcAttributes(obj, kwargs)
else:
kwargs = exportIfcAttributes(obj, kwargs)
# creating the product