Eyeshot 10 WinForms API Reference
IntersectWith(ICurve,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > IntersectWith Method : IntersectWith(ICurve,Double) Method
The 3D curve
The search tolerance
Finds all the 3D points where a curve and a surface intersect.
Syntax
'Declaration
 
Public Overloads Function IntersectWith( _
   ByVal curve3D As ICurve, _
   ByVal searchTol As Double _
) As Point3D()
public Point3D[] IntersectWith( 
   ICurve curve3D,
   double searchTol
)

Parameters

curve3D
The 3D curve
searchTol
The search tolerance

Return Value

The list of intersection points (if any).
See Also

Reference

Surface Class
Surface Members
Overload List