Eyeshot 10 WinForms API Reference
ClosestPointTo Method (Curve)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve 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

Curve Class
Curve Members