Eyeshot 9.0 WinForms API Reference
Project(Point3D,Point2D) Method

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
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

Reference

Surface Class
Surface Members
Overload List