diff --git a/src/Mod/Arch/ArchIFC.py b/src/Mod/Arch/ArchIFC.py index 45baa0728c..c44e036ec9 100644 --- a/src/Mod/Arch/ArchIFC.py +++ b/src/Mod/Arch/ArchIFC.py @@ -103,6 +103,8 @@ def addIfcAttributeValueExpressions(obj, attribute): "Binds the given attribute properties with expressions" + if not attribute["name"] in obj.PropertiesList: + return if obj.getGroupOfProperty(attribute["name"]) != "IFC Attributes": return if attribute["name"] == "OverallWidth":