Utility.DoOverlap Method

Check if two bounding boxes overlap.
Public Shared Function DoOverlap( _ 
ByVal firstMin As Point3D, _ 
ByVal firstMax As Point3D, _ 
ByVal secondMin As Point3D, _ 
ByVal secondMax As Point3D
) As Boolean
This language is not supported or no code example is available.
public static bool DoOverlap( 
Point3D firstMin
Point3D firstMax
Point3D secondMin
Point3D secondMax 
)
This language is not supported or no code example is available.

Parameters

firstMin
Point3D

First rectangle min 3D point

firstMax
Point3D

First rectangle max 3D point

secondMin
Point3D

Second rectangle min 3D point

secondMax
Point3D

Second rectangle max 3D point

Return Value

bool

True if the two rectangles overlap, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition