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

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

    Parameters

    pt
    Test point

    Return Value

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