-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Describe the feature
The SheetMetal_Extrude
command is used for two things:
- Extend an existing flange by offsetting the edge (with some parameters).
- Add material at the end of a flange following a sketch that MUST touch another flange, that would be cut to make room for the tab.
While use 1 is fairly intuitive, use 2 is harder to use and the user must read the wiki in order to understand how to make the sketch and know that it needs to span across two flange. Also, having to use the property view when there is already a task panel is definitely not user-friendly.
I propose splitting the feature in two new features: SheetMetal_Extend
and SheetMetal_AddTab
. SheetMetal_Extrude
should be kept for backwards compatibility but not shown to users.
SheetMetal_Extend
would be for use 1, and a basic copy of the direct-access version of SheetMetal_Extrude
, complete with task panel and options.
SheetMetal_AddTab
would be used for use 2 and more or less be the opposite of SheetMetal_SketchOnSheet
. Its task panel would wait for just a sketch to create more material. There could be options to optionally create automatic cutouts when the sketch touches other flanges, to reproduce current feature set. If the sketch is created from a flange before a bend, it could make a cutout below the new flat flange.
Additional context
No response
Would you like to work on this issue?
None