mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
@@ -3211,7 +3211,7 @@ class OverrideMove(bpy.types.Operator):
|
|||||||
|
|
||||||
if parts := ifcopenshell.util.element.get_parts(element):
|
if parts := ifcopenshell.util.element.get_parts(element):
|
||||||
aggregates_to_move.append(tool.Ifc.get_object(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
|
continue
|
||||||
|
|
||||||
# Controls the aggregate level it should consider to move
|
# Controls the aggregate level it should consider to move
|
||||||
|
|||||||
Reference in New Issue
Block a user