Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / ClosestPointTo Method
The 3D test point
The curve parameter

In This Topic
    ClosestPointTo Method (ICurve)
    In This Topic
    Returns the parameter of the point on curve that is closest to given 3D point.
    Syntax
    'Declaration
     
    Sub ClosestPointTo( _
       ByVal point As Point3D, _
       ByRef t As Double _
    ) 
    void ClosestPointTo( 
       Point3D point,
       out double t
    )

    Parameters

    point
    The 3D test point
    t
    The curve parameter
    See Also