Surface.Intersects Method

Determines if the surface intersects with another surface.
Public Function Intersects( _ 
ByVal G As Surface, _ 
ByVal tol As Double
) As Boolean
This language is not supported or no code example is available.
public bool Intersects( 
Surface G
double tol 
)
This language is not supported or no code example is available.

Parameters

G
Surface

The surface

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