RhinoCommon API
RhinoViewportGetFrustumFarPlane Method |
Get far clipping plane.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool GetFrustumFarPlane( out Plane plane )
Public Function GetFrustumFarPlane ( <OutAttribute> ByRef plane As Plane ) As Boolean
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: Booleantrue if camera and frustum are valid.
