Arch: Fixed export of furniture elements

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

View File

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