mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:23:41 +00:00
Mirroring should now support IfcBoundingBox
This commit is contained in:
committed by
Ryan Schultz
parent
428a780181
commit
2ec3ecd535
@@ -734,9 +734,6 @@ class TrueMirrorElements(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
tool.Geometry,
|
tool.Geometry,
|
||||||
obj=obj,
|
obj=obj,
|
||||||
representation=ifcopenshell.util.representation.get_representation(element, active_context),
|
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):
|
def invert_general_object(self, element):
|
||||||
|
|||||||
Reference in New Issue
Block a user