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

Invoke.RemoveEmptyBoxes

The input boxes which have both dimensions different from zero are copied to the output.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RemoveEmptyBoxes
(
	List<Avl.Box> inBoxes,
	List<Avl.Box> outNotEmptyBoxes,
	List<bool> outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.List<Avl.Box>
outNotEmptyBoxesSystem.Collections.Generic.List<Avl.Box>
outIsNotEmptySystem.Collections.Generic.List<bool>

See also