SkipEmptyBox3D


If the input box in 3D has all dimensions different from zero, then it is copied to the output; otherwise Nil is returned.

Applications:Secures against domain errors caused by empty boxes.

Syntax

C++
C#
Python
 
def SkipEmptyBox3D(
	inBox3D: Box3D,
	/
)
-> (
	outNotEmptyBox3D: Box3D | None,
	outIsNotEmpty: bool
)

Parameters

Name Type Default Description
Input value inBox3D Box3D
Output value outNotEmptyBox3D Box3D | None
Output value outIsNotEmpty bool