RhinoViewport.ZoomBoundingBox Method

RhinoViewportZoomBoundingBox Method

Zooms the viewport to the given bounding box.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool ZoomBoundingBox(
	BoundingBox box
)
Public Function ZoomBoundingBox ( 
	box As BoundingBox
) As Boolean

Parameters

box
Type: Rhino.GeometryBoundingBox
The bouding box to zoom.

Return Value

Type: Boolean
true if operation succeeded; otherwise false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also