You are here: Start » AVL.NET » Invoke.SkipEmptyBox3D

Invoke.SkipEmptyBox3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SkipEmptyBox3D
(
	Avl.Box3D inBox3D,
	Conditional<Avl.Box3D> outNotEmptyBox3D,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBox3DAvl.Box3D
outNotEmptyBox3DAtl.Conditional<Avl.Box3D>
outIsNotEmptybool

See also