TestPoint3DInBox3D


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
Input value inPoint3D Point3D
Input value inBox3D Box3D
Output value outIsContained bool