Tests whether two boxes have non-empty intersection.
Syntax
C++
C#
Python
def TestBoxIntersectsWith(
inBox: Box,
inReferenceBox: Box,
/
)
-> outBoxesIntersect: bool
Parameters
|
Name |
Type |
Default |
Description |
 |
inBox |
Box |
|
|
 |
inReferenceBox |
Box |
|
|
 |
outBoxesIntersect |
bool |
|
|