Arch: small bugfix in automatic IFC properties

This commit is contained in:
Yorik van Havre
2019-06-17 14:04:32 -03:00
parent f57f3d7349
commit 0f56ec4135

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