Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment3D Class / ClosestPointTo Method
Test point

In This Topic
    ClosestPointTo Method (Segment3D)
    In This Topic
    Finds the point inside the segment that is closest to given point.
    Syntax
    'Declaration
     
    Public Function ClosestPointTo( _
       ByVal pt As Point3D _
    ) As Double
    public double ClosestPointTo( 
       Point3D pt
    )

    Parameters

    pt
    Test point

    Return Value

    The parameter of the point on the segment that is closest to test point.
    See Also