mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +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)
|
||||
if parts:
|
||||
aggregates.append(obj)
|
||||
continue
|
||||
|
||||
aggregate = ifcopenshell.util.element.get_aggregate(element)
|
||||
if aggregate:
|
||||
|
||||
Reference in New Issue
Block a user