When I open some parts/assemblies, Display Pane is hidden. I have to click the right arrow on top of feature tree to make it visible. If I save the file and re-open it, it's hidden again. I have to click and make it visible again.
Jesus, How many times a day should I click that damn arrow? Why SW doesn't save user's behavior and re-use it? Even the simplest vb applications I've seen, are capable of saving the last state of each dialogue and re-use the values for the next use.
The parts & assemblies that are made from templates with visible Display Pane, don't suffer this behavior. When I open them, Display Pane is visible.
1- Is Display Pane's visibility template derived?
2- Is there any way to make Display Pane visible permanently?
Solidworks 2022 SP5
Thanks.
How to make the visibility of Display Pane persistent?
Re: How to make the visibility of Display Pane persistent?
Display Pane visibility is file dependent (so yes it's template driven). So you have to set it to show for individual file.
You can set a keyboard shortcut to quickly hide/show it. Other option could be a background macro which will show it once you have a model active on the screen.
You can set a keyboard shortcut to quickly hide/show it. Other option could be a background macro which will show it once you have a model active on the screen.
Deepak Gupta
SOLIDWORKS Consultant/Blogger
SOLIDWORKS Consultant/Blogger
Re: How to make the visibility of Display Pane persistent?
If I save the file with visible Display Pane and close and re-open it, the Pane is hidden again.
Is there any understandable reason for this.
(Again, if the file is based on a template with visible display pane, it's visible on re-opening)
My hands are on a mouse and a 3Dconnexion mouse. So using shortcut keys have never been a good choice for me.
I searched to see if I can find a macro, but wasn't able to find any.
Do you have or know a way to do it with a macro?
Much appreciated.
Re: How to make the visibility of Display Pane persistent?
There is no direct method in the API for the display pane. So option is to use the send keys methods.
If you are comfortable using mouse, then you can set a mouse gesture for the showing or hiding the display pane.
If you are comfortable using mouse, then you can set a mouse gesture for the showing or hiding the display pane.
Deepak Gupta
SOLIDWORKS Consultant/Blogger
SOLIDWORKS Consultant/Blogger
Re: How to make the visibility of Display Pane persistent?
Thanks. Will give it try.