Click or drag to resize

RhinoViewportGetFrustumNearPlane Method

Get near clipping plane.

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

Parameters

plane
Type: Rhino.GeometryPlane
near 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 near clipping plane.

Return Value

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