Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Project Method / Project(Point3D,Point2D) Method
The 3D point to project
The parametric position of the projection on surface to P

In This Topic
    Project(Point3D,Point2D) Method
    In This Topic
    Projects a point on the surface.
    Syntax
    'Declaration
     
    Public Overloads Function Project( _
       ByVal P As Point3D, _
       ByRef proj As Point2D _
    ) As Boolean
    public bool Project( 
       Point3D P,
       out Point2D proj
    )

    Parameters

    P
    The 3D point to project
    proj
    The parametric position of the projection on surface to P
    See Also