Undo Make Virtual

Undo Make Virtual

How about this one !
2026
Automatic update of cut list

Until they do make this feature… If “Make virtual” is something you rarely if ever actually want to do, you can customize your menu to take it off…

1 Like

Unfortunately I use it enough to make its presence worthwhile, and it’s usually “Isolate” I’m aiming for that’s right below it.

I think I’m right in thinking the order of the right click menu can’t be changed?

Yeah, I think all you can do is enable/disable things from showing. If you’re usually shooting for Isolate, maybe you could map Isolate to a keyboard shortcut?

It looks like you can’t directly put it on the S-key menu or the in-context popup menu, which is weird. But this macro is exactly the same thing as clicking “Isolate” in the right-click menu. You could then put a button on either menu to run this macro.

Sub main()
    Application.SldWorks.RunCommand swCommands_Comp_Isolate, "Why is there no button for this?"
End Sub
1 Like

Neat, thanks!

when you right click there is a keyboard shortcut on that menu for Isolate by hitting the “I” already. Instead of reading the whole list every time I want to show just a few parts I use this because the right click list of commands can be long and to much there now days.

1 Like

That’s a good point… I use a couple of those myself! Although they are a bit subject to change depending on context. I used to use RMB-S for Select Other, but in some contexts RMB-S was something else.

1 Like