Page 1 of 1
How to add View Mates to a guesture?
Posted: Thu Feb 03, 2022 9:27 pm
by Tera
I'm trying to add View Mates Button to mouse gesture or one of my tabs, but I can't find the button to add it.
Or maybe button name is different with its tooltips.....
-
- 3.jpg (9.11 KiB) Viewed 536 times
-
Where can I find this button?
thank you.
Re: How to add View Mates to a guesture?
Posted: Fri Feb 04, 2022 9:22 am
by DanPihlaja
Tera wrote: ↑Thu Feb 03, 2022 9:27 pm
I'm trying to add View Mates Button to mouse gesture or one of my tabs, but I can't find the button to add it.
Or maybe button name is different with its tooltips.....
-
3.jpg
-
Where can I find this button?
thank you.
I can't find it ether. Which probably means that this particular icon cannot be mapped to a keyboard shortcut or a mouse gesture.
Probably because it is a contextual type function. Meaning that you have to select something before that particular function becomes active.
Re: How to add View Mates to a guesture?
Posted: Fri Feb 04, 2022 9:42 am
by SPerman
Could you write a macro to display the View Mates window?
Re: How to add View Mates to a guesture?
Posted: Fri Feb 04, 2022 10:16 am
by RonE
Code: Select all
Sub main()
Dim swApp As SldWorks.SldWorks
Set swApp = Application.SldWorks
swApp.runcommand 683, ""
End Sub