Tests whether a point in 3D lies in a box in 3D.
Syntax
C++
C#
Python
def TestPoint3DInBox3D(
inPoint3D: Point3D,
inBox3D: Box3D,
/
)
-> outIsContained: bool
Parameters
|
Name |
Type |
Default |
Description |
 |
inPoint3D |
Point3D |
|
|
 |
inBox3D |
Box3D |
|
|
 |
outIsContained |
bool |
|
|