Eyeshot 9.0 WinForms API Reference
Project(Point3D,Double,Boolean,Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CylindricalSurface Class > Project Method : Project(Point3D,Double,Boolean,Double,Double) Method
Syntax
'Declaration
 
Public Overloads Overrides Function Project( _
   ByVal P As Point3D, _
   ByVal coincTol As Double, _
   ByVal allowOutside As Boolean, _
   ByRef u As Double, _
   ByRef v As Double _
) As Boolean
public override bool Project( 
   Point3D P,
   double coincTol,
   bool allowOutside,
   out double u,
   out double v
)

Parameters

P
coincTol
allowOutside
u
v
See Also

Reference

CylindricalSurface Class
CylindricalSurface Members
Overload List