TestPointInBox
Tests whether a point lies in a box.
Syntax
C++
Python
def TestPointInBox( inPoint: Point2D, inBox: Box, / ) -> outIsContained: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | Point2D | ||
![]() |
inBox | Box | ||
![]() |
outIsContained | bool |


