I’d like to have my perspective window always open my DWG files in Shaded Mode.
Any help with the best way to do this, would be greatly appreciated.
Thank you,
wm_c
I’d like to have my perspective window always open my DWG files in Shaded Mode.
Any help with the best way to do this, would be greatly appreciated.
Thank you,
wm_c
Hello- importing (rather than opening) the dwg to a template file set up as you like it, is one way. I suppose you could add a startup command
_NextPerspectiveViewport _SetDisplayMode Shaded
-Pascal
Thank you, Pascal. Startup command was exactly what I was looking for.