Click or drag to resize

ViewportInfoExtents Method

Overload List
  NameDescription
Public methodExtents(Double, BoundingBox)
Extends this viewport view to include a bounding box.

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.

Public methodExtents(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.

Top
See Also