Custom Alias for changing Views (Perspective, Top, Front)

Hi Folks,

I’m trying to create a few keyboard shortcuts so I can change in between view settings without having to click on any of the tabs. I mostly jump in between Perspective, Top, and Front.

But I’m not sure what Command Name I would use to do this… because simply using Perspective, Top, or Front… doesn’t seem to work out for me.

I tried to check my command history list in order to see how Rhino logs my view changes, but I don’t see anything specific being reported there… so I figured it was time to ask.

I think you’re looking for SetView:

_SetView _World _Top
_SetView _World _Perspective
...

P.S. You can easily use Ctrl+Tab or Ctrl+Shift+Tab to cycle between viewport tabs .

1 Like

here’s mine-

1 Like