Click or drag to resize

ViewportInfoExtents Method (Double, Sphere)

Extends this viewport view to include a sphere.

Use Extents() as a quick way to set a viewport to so that bounding volume is inside of a viewports frustum. The view angle is used to determine the position of the camera.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Extents(
	double halfViewAngleRadians,
	Sphere sphere
)

Parameters

halfViewAngleRadians
Type: SystemDouble
1/2 smallest subtended view angle in radians.
sphere
Type: Rhino.GeometrySphere
A sphere in 3d world coordinates.

Return Value

Type: Boolean
true if the operation succeeded; otherwise, false.
See Also