mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Inverted type name is now xxx.Mirror
This commit is contained in:
committed by
Ryan Schultz
parent
2a1d9461f2
commit
011a6d127f
@@ -805,6 +805,7 @@ class TrueMirrorElements(bpy.types.Operator, tool.Ifc.Operator):
|
||||
self.invert_representation(inverted_type)
|
||||
self.set_inverted_type(inverted_type, type_element)
|
||||
self.set_inverted_type(type_element, inverted_type)
|
||||
inverted_type.Name = f"{inverted_type.Name}.Mirror"
|
||||
|
||||
bonsai.core.type.assign_type(tool.Ifc, tool.Type, element, inverted_type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user