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
Input value inBox Box
Input value inReferenceBox Box
Output value outBoxesIntersect bool