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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > IntersectWith Method : IntersectWith(Surface,Double,ICurve[]) Method
The surface
The tolerance
A list of intersection curves
Computes the intersection with the specified surface as a collection of curves.
Syntax
'Declaration
 
Public Overloads Function IntersectWith( _
   ByVal G As Surface, _
   ByVal tol As Double, _
   ByRef iCurves As ICurve() _
) As ssiFailureType
public ssiFailureType IntersectWith( 
   Surface G,
   double tol,
   out ICurve[] iCurves
)

Parameters

G
The surface
tol
The tolerance
iCurves
A list of intersection curves

Return Value

The intersection failure type.
See Also

Reference

Surface Class
Surface Members
Overload List