http://kyticka.webzdarma.cz/3d/moi/#SetView

 From:  Michael Gibson
7898.5 In reply to 7898.4 
Hi shayne,

re:
> Can this be added to the scripts above to reset the view first

Yes, you can add that if you want. Just insert moi.view.resetAll(); into any of the previous scripts, like so:

script: moi.view.resetAll(); var v = moi.ui.mainWindow.viewpanel.getViewport('3D'); v.upDownAngle = 0; v.leftRightAngle = 0; v.tiltAngle = 0;

- Michael