RhinoViewport.GetFrustumRightPlane Method

RhinoViewportGetFrustumRightPlane Method

Get right world frustum clipping plane.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetFrustumRightPlane(
	out Plane plane
)
Public Function GetFrustumRightPlane ( 
	<OutAttribute> ByRef plane As Plane
) As Boolean

Parameters

plane
Type: Rhino.GeometryPlane
frustum right side clipping plane. The normal points into the visible region of the frustum. If the projection is perspective, the origin is at the camera location, otherwise the origin isthe point on the plane that is closest to the camera location.

Return Value

Type: Boolean
true if camera and frustum are valid and plane was set.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also