Answered
If I have a 3D object with multiple views defined, is there a way to cycle through the view and print them? It seems that a Javascript could call the execMenuItem function to access the printing function, but its not clear how to find and open the list of views.
Is this the right forum or should I ask this in the Javascript forum?
var a3d = getAnnots3D(0)[0].context3D;
a3d.runtime.setView("overhead",false);
You can use an integer value instead of a view name, and if you don't know how many views you've got defined, it's stored in the runtime.viewCount property.