mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
FilledOpeningGenerator - update only parts instead of the full decomposition
similar to 0662b0c
This commit is contained in:
@@ -161,7 +161,7 @@ class FilledOpeningGenerator:
|
||||
|
||||
voided_objs = [voided_obj]
|
||||
# Openings affect all subelements of an aggregate
|
||||
for subelement in ifcopenshell.util.element.get_decomposition(element):
|
||||
for subelement in tool.Aggregate.get_parts_recursively(element):
|
||||
subobj = tool.Ifc.get_object(subelement)
|
||||
if subobj:
|
||||
voided_objs.append(subobj)
|
||||
|
||||
Reference in New Issue
Block a user