Click or drag to resize

RhinoViewportZoomExtentsSelected Method

Dollies the camera location and so that the view frustum contains all of the selected document objects that can be seen in view. If the projection is perspective, the camera angle is not changed.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool ZoomExtentsSelected()

Return Value

Type: Boolean
true if successful.
See Also