UtilityEx.DoOverlapOrTouch (Mesh, Mesh) Method

Checks if two Mesh objects intersect each other.
Public Shared Function DoOverlapOrTouch( _ 
ByVal first As Mesh, _ 
ByVal second As Mesh
) As Boolean
This language is not supported or no code example is available.
public static bool DoOverlapOrTouch( 
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