Zooms to the extents of visible objects in the specified view, or in the active view.
rhinoscriptsyntax.ZoomExtents (view=None, all=False)
rhinoscript.view.ZoomExtents (view=None, all=False)
view |
Optional. String or Guid. The title or identifier of the view. If omitted, the current active view is used. |
all |
Optional. Boolean. Zoom extents in all views. If omitted, only the specified view is zoomed (False). |
None
import rhinoscriptsyntax as rs
rs.ZoomExtents()