ZoomExtents

Zooms to the extents of visible objects in the specified view, or in the active view.

Syntax

rhinoscriptsyntax.ZoomExtents (view=None, all=False)

rhinoscript.view.ZoomExtents (view=None, all=False)

Parameters

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).

Returns

None

Example

import rhinoscriptsyntax as rs

rs.ZoomExtents()

Also See

ZoomBoundingBox

ZoomSelected