mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Small fix
This commit is contained in:
committed by
Bruno Perdigão
parent
28c95a7d9a
commit
6d9ee8828e
@@ -191,6 +191,7 @@ class AggregateDecorator:
|
|||||||
parts = ifcopenshell.util.element.get_parts(element)
|
parts = ifcopenshell.util.element.get_parts(element)
|
||||||
if parts:
|
if parts:
|
||||||
aggregates.append(obj)
|
aggregates.append(obj)
|
||||||
|
continue
|
||||||
|
|
||||||
aggregate = ifcopenshell.util.element.get_aggregate(element)
|
aggregate = ifcopenshell.util.element.get_aggregate(element)
|
||||||
if aggregate:
|
if aggregate:
|
||||||
|
|||||||
Reference in New Issue
Block a user