12.03.2026 - 08:48
Hello
I am trying to create PythonPart. It is an arrow for welding label
User after pasting PP in to the drawing file can use "Mirror" command and create mirrored version.
But in this example i dont need correct mirrored replica of PP. Some part of the arrow needs to be faced to the left all the time due to the standarts (i circled that part in pics)
I need some kind of tool to forbade PP to be mirrored. (or it gets mirrored and creates same arrow)
Or i need PP to know it was mirrored, react to that in the code and redraw the arrow as needed. I tried to use coordinates of points of the arrow for that. But mirrored and unmirrored arrow seem to have exact same coordinates. Code sees them as equal elements
Thanks