TestBox3DInBox3D


Tests whether a box in 3D is contained in another one.

Syntax

C++
C#
Python
 
def TestBox3DInBox3D(
	inSubBox3D: Box3D,
	inBox3D: Box3D,
	/
)
-> outIsContained: bool

Parameters

Name Type Default Description
Input value inSubBox3D Box3D
Input value inBox3D Box3D
Output value outIsContained bool