mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
corrected get_extrusions function
This commit is contained in:
@@ -298,7 +298,7 @@ def get_extrusions(element):
|
||||
for item in representation.Items:
|
||||
while True:
|
||||
if item.is_a("IfcExtrudedAreaSolid"):
|
||||
extrusion.append(item)
|
||||
extrusions.append(item)
|
||||
break
|
||||
elif item.is_a("IfcBooleanResult"):
|
||||
item = item.FirstOperand
|
||||
|
||||
Reference in New Issue
Block a user