Skip to content

Commit

Permalink
Arch: small bugfix in automatic IFC properties
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jun 17, 2019
1 parent f57f3d7 commit 0f56ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Arch/ArchIFC.py
Expand Up @@ -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":
Expand Down

0 comments on commit 0f56ec4

Please sign in to comment.