Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / DistanceTo Method

In This Topic
    DistanceTo Method (Plane)
    In This Topic
    Gets signed distance from the plane to a point.
    Syntax
    'Declaration
     
    Public Function DistanceTo( _
       ByVal point As Point3D _
    ) As Double
    public double DistanceTo( 
       Point3D point
    )

    Parameters

    point

    Return Value

    The distance
    See Also