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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user