TestLocationInBox
Tests whether a location is contained in the dimensions of a box.
Syntax
C++
Python
def TestLocationInBox( inLocation: Location, inBox: Box, / ) -> outIsContained: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLocation | Location | ||
![]() |
inBox | Box | ||
![]() |
outIsContained | bool |


