shaise / FreeCAD_SheetMetal

A simple sheet metal workbench for FreeCAD
http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
GNU Lesser General Public License v2.1
197 stars 57 forks source link

[feature] refold unfolded sheet #296

Open Anthony-Gaudino opened 9 months ago

Anthony-Gaudino commented 9 months ago

It would be great if we could refold an unfolded sheet metal. This way users could unfold, make changes, and then refold.

shaise commented 9 months ago

I agree this can be a nice feature.

maxwxyz commented 7 months ago

To add: Maybe the unfold can become a standard feature in the same tree, not a separate object.Then you could unfold, add other features (maybe a pocket) and refold (all or single bends) in the following feature. So it will stay parametric.

shaise commented 7 months ago

Yes, this is a very much desired feature, but quite hard to implement without refactoring the base algorithms sheetmetal uses. Hopefully we get there as well