Click or drag to resize

ViewportInfoGetFarPlaneCorners Method

Gets the corners of far clipping plane rectangle. 4 points are returned in the order of bottom left, bottom right, top left, top right.

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

Return Value

Type: Point3d
Four corner points on success. Empty array if viewport is not valid.
See Also