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
)
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:
Booleantrue if there is a hit
See Also