Arch: Fixed export of furniture elements

This commit is contained in:
Yorik van Havre
2020-03-25 12:26:43 +01:00
parent ffeeb322d1
commit e21342d453

View File

@@ -1501,6 +1501,8 @@ def getIfcTypeFromObj(obj):
ifctype = "Group"
if ifctype == "Undefined":
ifctype = "BuildingElementProxy"
if ifctype == "Furniture":
ifctype = "FurnishingElement"
return "Ifc" + ifctype