PickContextPickFrustumTest Method (Line, Double, Double, Double) |
[Missing <summary> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Line,System.Double@,System.Double@,System.Double@)"]
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool PickFrustumTest( Line line, out double t, out double depth, out double distance )
Public Function PickFrustumTest ( line As Line, <OutAttribute> ByRef t As Double, <OutAttribute> ByRef depth As Double, <OutAttribute> ByRef distance As Double ) As Boolean
Parameters
- line
- Type: Rhino.GeometryLine
[Missing <param name="line"/> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Line,System.Double@,System.Double@,System.Double@)"]
- t
- Type: SystemDouble
[Missing <param name="t"/> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Line,System.Double@,System.Double@,System.Double@)"]
- depth
- Type: SystemDouble
[Missing <param name="depth"/> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Line,System.Double@,System.Double@,System.Double@)"]
- distance
- Type: SystemDouble
[Missing <param name="distance"/> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Line,System.Double@,System.Double@,System.Double@)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.Input.Custom.PickContext.PickFrustumTest(Rhino.Geometry.Line,System.Double@,System.Double@,System.Double@)"]