PickContext.PickFrustumTest Method (Point3d, Double, Double)

PickContextPickFrustumTest Method (Point3d, Double, Double)

Utility for picking 3d point

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool PickFrustumTest(
	Point3d point,
	out double depth,
	out double distance
)
Public Function PickFrustumTest ( 
	point As Point3d,
	<OutAttribute> ByRef depth As Double,
	<OutAttribute> ByRef distance As Double
) As Boolean

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
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also