Eyeshot 9.0 WPF API Reference
Project(Point3D,Double,Point2D) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > Project Method : Project(Point3D,Double,Point2D) Method
The 3D point to project
Relevant only when P lays on the surface. When the distance between P and its projection is smaller then this value, the projection is considered succesful.
The parametric coordinates of the projection on surface to P
Projects a point on the surface.
Syntax
'Declaration
 
Public Overloads Function Project( _
   ByVal P As Point3D, _
   ByVal coincTol As Double, _
   ByRef proj As Point2D _
) As Boolean
public bool Project( 
   Point3D P,
   double coincTol,
   out Point2D proj
)

Parameters

P
The 3D point to project
coincTol
Relevant only when P lays on the surface. When the distance between P and its projection is smaller then this value, the projection is considered succesful.
proj
The parametric coordinates of the projection on surface to P
See Also

Reference

Surface Class
Surface Members
Overload List