Click or drag to resize

ViewportInfoGetFramePlaneCorners Method

Gets the corners of the frame plane rectangle at specified depth. 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: 8.0
Syntax
public Point3d[] GetFramePlaneCorners(
	double depth
)

Parameters

depth
Type: SystemDouble
Distance from camera location.

Return Value

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