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

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

    Parameters

    P
    The 3D point to project
    u
    The U parametric coordinate of the projection on surface to P
    v
    The V parametric coordinate of the projection on surface to P
    See Also