Is there a way to add/remove buttons from the flyout toolbar via macro? (without using add-ins)
My goal is to have multiple custom flyout toolbars within the same interface by using different shortcuts.
Examples:
- I'm in the Part Editing Interface and would like to start a new sketch on a face with a command that's on the Skecth Flyout toolbar.
- Within the Part Editing Interface I would like to have tree different Flyout toolbars, one for Surfaces, other for Sheet Metal and another for Features, each one of them assigned it's own shortcut.
My approach would be to make a macro that removes the previous buttons from the toolbar and assign new ones each time the shortcut for each sub-procedure (for adding Skecth commands, or Sheet metal commands, or Surface, etc) was pressed.
Is that feasible?
SolidworksApi macros