MoveTargetToObjects (Rhino)

 From:  Michael Gibson
2083.7 In reply to 2083.6 
Hi Nick, re: MoveTargetToObjects - I have added some new scripting
stuff for the next v2 beta to make this possible.
The script that will do it is this:

code:
script:var objs = moi.geometryDatabase.getSelectedObjects(); if ( objs.length > 0 ) { moi.ui.mainWindow.viewpanel.getViewport('3D').targetPt = objs.getBoundingBox().center; }


Again, this will not work in the current beta, but will in the next one that comes out.

- Michael