TestBox3DIntersectsWith
Tests whether two boxes in 3D have non-empty intersection.
Syntax
C++
C#
Python
def TestBox3DIntersectsWith( inBox3D: Box3D, inReferenceBox3D: Box3D, / ) -> outBoxes3DIntersect: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox3D | Box3D | ||
![]() |
inReferenceBox3D | Box3D | ||
![]() |
outBoxes3DIntersect | bool |


