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

In This Topic
    ClosestPointTo Method (Circle)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ClosestPointTo( _
       ByVal pt As Point3D, _
       ByRef t As Double _
    ) 
    public void ClosestPointTo( 
       Point3D pt,
       out double t
    )

    Parameters

    pt
    t
    See Also