BIM: Fix oversight in #15530

Fix bug introduced in #15530.

Forum topic:
https://forum.freecad.org/viewtopic.php?t=89790

@paullee0 can you check please? Thanks.
This commit is contained in:
Roy-043
2024-08-17 19:51:52 +02:00
committed by Yorik van Havre
parent aa40f00f2f
commit e582324474

View File

@@ -2078,6 +2078,7 @@ def getRepresentation(
pstr = str([v.Point for v in p[i].Vertexes])
if pstr in profiledefs:
profile = profiledefs[pstr]
profiles = [profile]
shapetype = "reusing profile"
else:
# Fix bug in Forum Discussion