PickContext.PickFrustumTest Method (Point3d[], Int32, Double, Double)

PickContextPickFrustumTest Method (Point3d, Int32, Double, Double)

[Missing <summary> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Point3d[],System.Int32@,System.Double@,System.Double@)"]

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

Parameters

points
Type: Rhino.GeometryPoint3d

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

pointIndex
Type: SystemInt32

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

depth
Type: SystemDouble

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

distance
Type: SystemDouble

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Point3d[],System.Int32@,System.Double@,System.Double@)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also