Click or drag to resize

RhinoViewportGetFrustumFarPlane Method

Get far clipping plane.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool GetFrustumFarPlane(
	out Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane
far clipping plane if camera and frustum are valid. The plane's frame is the same as the camera's frame. The origin is located at the intersection of the camera direction ray and the far clipping plane.

Return Value

Type: Boolean
true if camera and frustum are valid.
See Also