Surface.Intersect Method

Determines if two groups of surfaces intersect.
Public Shared Function Intersect( _ 
ByVal listF As IList(Of Surface), _ 
ByVal listG As IList(Of Surface), _ 
ByVal tol As Double
) As Boolean
This language is not supported or no code example is available.
public static bool Intersect( 
IList<Surface> listF
IList<Surface> listG
double tol 
)
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

Return Value

bool

True if the surfaces intersect, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition