Arch: ifc export, fix export to 2x3 schema
This commit is contained in:
committed by
Yorik van Havre
parent
9a64f3fad9
commit
3ffdf3acce
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user