Surface.IntersectWith (Surface, Double, out ICurve()) Method

Computes the intersection with the specified surface as a collection of curves.
Public Function IntersectWith( _ 
ByVal G As Surface, _ 
ByVal tol As Double, _ 
ByRef iCurves As ICurve() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType IntersectWith( 
Surface G
double tol
out ICurve[] iCurves 
)
This language is not supported or no code example is available.

Parameters

G
Surface

The surface

tol
double

The tolerance

iCurves
ICurve[]

A list of intersection curves

Return Value

ssiFailureType

The intersection failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition