Click or drag to resize

ViewportInfoGetFrustumLine Method (Double, Double)

Gets the world coordinate line in the view frustum that projects to a point on the screen.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public Line GetFrustumLine(
	double screenX,
	double screenY
)

Parameters

screenX
Type: SystemDouble
(screenx,screeny) = screen location.
screenY
Type: SystemDouble
(screenx,screeny) = screen location.

Return Value

Type: Line
3d world coordinate line segment starting on the near clipping plane and ending on the far clipping plane.
See Also