Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / DistanceTo Method / DistanceTo(Segment3D) Method
The line

In This Topic
    DistanceTo(Segment3D) Method
    In This Topic
    Computes the point-line distance.
    Syntax
    'Declaration
     
    Public Overloads Function DistanceTo( _
       ByVal seg As Segment3D _
    ) As Double
    public double DistanceTo( 
       Segment3D seg
    )

    Parameters

    seg
    The line

    Return Value

    The distance between this 3D point and its projection on the line.
    See Also