Leandro Heck
Leandro Heck
Ah nevermind, this looks like a bug on the latest dev.
hm did not know, I got the first parent from the Parents list and on my test, it worked. maybe I got lucky.
Actually all partents are the same, maybe... This example here:  ```python Gui.Selection.addSelection('Unnamed','Body001','Bend001.') >>> ### Begin command Std_SendToPythonConsole >>> # try: >>> # del(doc,lnk,obj,shp,sub,subs) >>> # except Exception: >>> #...
it can happen too.
the feature is inside a body, the selected body is the same.
can I select multiple bodies to unfold at the same time?
If I select a face to unfold, then there is no selected body.  What is selected is a face. Which has a parent body, which is the my_Body in...
The way I implemented works fine.
> Are you thinking about Sketcher shapes or PartDesign primitives? Ah, indeed, I was thinking about the Sletcher.
> If I understand correctly, basically add fillets on all edges? Yes. There are some predefined shapes, like triangle, pentagon, hexagon... then having a checkbox to change the corner style...