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

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

    Parameters

    plane
    The plane

    Return Value

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