diff --git a/src/Mod/Arch/exportIFC.py b/src/Mod/Arch/exportIFC.py index e4e8dec5f6..92161a2b11 100644 --- a/src/Mod/Arch/exportIFC.py +++ b/src/Mod/Arch/exportIFC.py @@ -1711,7 +1711,7 @@ def getIfcTypeFromObj(obj): if "::" in ifctype: # it makes no sense to return IfcPart::Cylinder for a Part::Cylinder # this is not a ifctype at all - ifctype = None + ifctype = "IfcBuildingElementPRoxy" # print("Return value of getIfcTypeFromObj: {}".format(ifctype)) return ifctype