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


