TestBoxInBox


Tests whether a box is contained in another one.

Syntax

C++
Python
 
def TestBoxInBox(
	inSubBox: Box,
	inBox: Box,
	/
)
-> outIsContained: bool

Parameters

Name Type Default Description
Input value inSubBox Box
Input value inBox Box
Output value outIsContained bool