Eyeshot 10 WinForms API Reference
PointCoincidence Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : PointCoincidence Method
Syntax
'Declaration
 
Public Shared Function PointCoincidence( _
   ByVal p As Vector3D, _
   ByVal q As Vector3D, _
   ByVal problemSize As Double, _
   ByRef r As Vector3D, _
   ByRef rLen As Double _
) As Boolean
public static bool PointCoincidence( 
   Vector3D p,
   Vector3D q,
   double problemSize,
   out Vector3D r,
   out double rLen
)

Parameters

p
q
problemSize
r
rLen
See Also

Reference

Utility Class
Utility Members