Arch: importIFCHelper: Fix spurious message

This commit is contained in:
Harald Geyer
2020-06-10 23:42:32 +02:00
committed by Yorik van Havre
parent 9567b22fc3
commit 5958b3976b

View File

@@ -641,7 +641,7 @@ def get2DShape(representation,scaling=1000):
for el in elts:
if el.is_a("IfcPolyline"):
result.append(getPolyline(el))
if el.is_a("IfcRectangleProfileDef"):
elif el.is_a("IfcRectangleProfileDef"):
result.append(getRectangle(el))
elif el.is_a("IfcLine"):
result.append(getLine(el))