Mirroring should now support IfcBoundingBox

This commit is contained in:
Robin Quint
2025-11-01 11:19:42 +01:00
committed by Ryan Schultz
parent 428a780181
commit 2ec3ecd535
@@ -734,9 +734,6 @@ class TrueMirrorElements(bpy.types.Operator, tool.Ifc.Operator):
tool.Geometry,
obj=obj,
representation=ifcopenshell.util.representation.get_representation(element, active_context),
should_reload=False,
is_global=False,
should_sync_changes_first=False,
)
def invert_general_object(self, element):