Arch: small bugfix in automatic IFC properties

This commit is contained in:
Yorik van Havre
2019-06-17 14:04:32 -03:00
parent 2a9fdca567
commit 69ff96cce8

View File

@@ -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":