Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Project Method / Project(Point3D) Method
The 3D point

In This Topic
    Project(Point3D) Method
    In This Topic
    Gets point on plane that is closest to a given point.
    Syntax
    'Declaration
     
    Public Overloads Function Project( _
       ByVal P As Point3D _
    ) As Point2D
    public Point2D Project( 
       Point3D P
    )

    Parameters

    P
    The 3D point

    Return Value

    The closest 2D point on the plane.
    See Also