If you look in the Rhino.Python help file in the “View” category, you should see a number of layout and detail-related functions. And, rhinoscryptsyntax has functions for selecting objects, zooming, etc., as does RhinoCommon.
Thanks Dale,
probably I had to be more direct to the point.
I need to zoom the detailed view according to a specific selected object and I can’t get it working without the rs.command.
I tried but it looks like the zoom.selected method doesn’t work for detail views (or I’m not able to pass to it the right id).
Could I ask you to write to me a short example on how to zoom to a selected obj in a detailed view trough Py?