Click or drag to resize

RhinoViewportGetNearRect Method

Get corners of near clipping plane rectangle.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] GetNearRect()

Return Value

Type: Point3d
[left_bottom, right_bottom, left_top, right_top] points on success null on failure.
See Also