Leandro Heck

Results 663 comments of 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: ![image](https://github.com/shaise/FreeCAD_SheetMetal/assets/1277920/e7ab5f9a-d7a2-4bae-9b7a-d01b3a11e795) ```python Gui.Selection.addSelection('Unnamed','Body001','Bend001.') >>> ### Begin command Std_SendToPythonConsole >>> # try: >>> # del(doc,lnk,obj,shp,sub,subs) >>> # except Exception: >>> #...

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. ![image](https://github.com/shaise/FreeCAD_SheetMetal/assets/1277920/19330f61-a82b-497c-ac5a-9b7360ab2009) 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...