Click or drag to resize

PickContextPickFrustumTest Method (Point3d, Double, Double)

Utility for picking 3d point

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool PickFrustumTest(
	Point3d point,
	out double depth,
	out double distance
)

Parameters

point
Type: Rhino.GeometryPoint3d

[Missing <param name="point"/> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Point3d,System.Double@,System.Double@)"]

depth
Type: SystemDouble
depth returned here for point picks. LARGER values are NEARER to the camera. SMALLER values are FARTHER from the camera.
distance
Type: SystemDouble
planar distance returned here for point picks. SMALLER values are CLOSER to the pick point

Return Value

Type: Boolean
true if there is a hit
See Also