Linking different scenes

Folks, Is there a way to programmatically teleport to a view in another another scene in the same window?

You can use Open URL extension for this. View name can be appended at the end of URL like this: Change Starting View with custom URL - #2 by wojtek

Jan, what I meant was teleport among different scenes. I know that you will need to load the scene but that breaks away the user focus and does not seamless. This was also help us break a big model in smaller scenes.

I’m not sure I understand what you would like to achieve. To teleport to a different scene you need to load it. For teleport to be seamless the source and destination need to be already loaded and the easiest way to achieve this would be to combine them into a single scene.