Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / ClosestPointTo Method

In This Topic
    ClosestPointTo Method (LinearPath)
    In This Topic
    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