Arch: Fixed export of furniture elements
This commit is contained in:
@@ -1501,6 +1501,8 @@ def getIfcTypeFromObj(obj):
|
||||
ifctype = "Group"
|
||||
if ifctype == "Undefined":
|
||||
ifctype = "BuildingElementProxy"
|
||||
if ifctype == "Furniture":
|
||||
ifctype = "FurnishingElement"
|
||||
|
||||
return "Ifc" + ifctype
|
||||
|
||||
|
||||
Reference in New Issue
Block a user