Eyeshot 10 WPF API Reference
ClosestPointTo Method (LinearPath)

WPF Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class : ClosestPointTo Method
Syntax
'Declaration
 
Public Sub ClosestPointTo( _
   ByVal point As Point3D, _
   ByRef t As Double _
) 
public void ClosestPointTo( 
   Point3D point,
   out double t
)

Parameters

point
t
See Also

Reference

LinearPath Class
LinearPath Members