mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
@@ -3211,7 +3211,7 @@ class OverrideMove(bpy.types.Operator):
|
||||
|
||||
if parts := ifcopenshell.util.element.get_parts(element):
|
||||
aggregates_to_move.append(tool.Ifc.get_object(element))
|
||||
aggregates_to_move.extend(list(tool.Aggregate.get_parts_recursively(element)))
|
||||
aggregates_to_move.extend(tool.Ifc.get_object(e) for e in tool.Aggregate.get_parts_recursively(element))
|
||||
continue
|
||||
|
||||
# Controls the aggregate level it should consider to move
|
||||
|
||||
Reference in New Issue
Block a user