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 | |
|---|---|---|---|---|
![]() |
inSubBox | Box | ||
![]() |
inBox | Box | ||
![]() |
outIsContained | bool |


