UtilityEx.DoOverlap Method

Checks if two Mesh objects intersect each other (but don't touch).
Public Shared Function DoOverlap( _ 
ByVal first As Mesh, _ 
ByVal second As Mesh
) As Boolean
This language is not supported or no code example is available.
public static bool DoOverlap( 
Mesh first
Mesh second 
)
This language is not supported or no code example is available.

Parameters

first
Mesh

The first mesh object

second
Mesh

The second mesh object

Return Value

bool

True if the two mesh objects intersect.

.NET Framework

Supported in: 4.8

In this article

Definition