Surface.Intersection Method

Computes the intersection of two groups of surfaces as a collection of curves.
Public Shared Function Intersection( _ 
ByVal listF As IList(Of Surface), _ 
ByVal listG As IList(Of Surface), _ 
ByVal tol As Double, _ 
ByRef iCurves As ICurve() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType Intersection( 
IList<Surface> listF
IList<Surface> listG
double tol
out ICurve[] iCurves 
)
This language is not supported or no code example is available.

Parameters

listF
IList<Surface>

First surface group

listG
IList<Surface>

Second surface group

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