FreeCAD_SheetMetal
FreeCAD_SheetMetal copied to clipboard
Generated objects should inherit source labels
Currently when we unfold a part, generated objects gets the name as Unfold[nnn] and Unfold_Sketch[nnn]. It will be convenient to generate their names based on their source objects' label, such as ${src}[nnn].
Rationale
When there are lots of objects to unfold and we need to erase all of them an re-generate, it gets a burden to rename every single unfold one by one.
Agree. Will add to the to do list.
@jaisekjames any interest in tackling this?