using nurbs elements for selection ?

 From:  Michael Gibson
6125.7 In reply to 6125.6 
Hi Burr,

> Is there a way to "reset" after I've implemented view spinning?

Try this:
script: /* reset view tilt */ moi.ui.getActiveViewport().tiltAngle = 0.0;

Looks like you may need to trigger it twice to reset an ortho view, I'm not sure what's wrong there.

- Michael