Iso view

 From:  mattj (MATTJENN)
8679.1 
Hi All

I currently have and isometric view short cut key set up:

script:var vp = moi.ui.mainWindow.viewpanel.getViewport('3D'); vp.projection = 'Parallel'; vp.setAngles( 90 - (Math.asin(Math.tan(30 * Math.PI/180)) * 180/Math.PI), 45 );

However I want to set some more short cuts up so I can view in isomentric from other view points without having to rotate the whole assembly. I copied this code from the resource website so i have no clue what the numbers do to achieve this.

It would be nice in the future to have a few more view icons along the bottom which put the 3D window into predefined 3D view iso front, iso back, iso lower etc.

Matt