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

AVL.RemoveEmptyBoxes

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RemoveEmptyBoxes
(
	AvlNet.Box[] inBoxes,
	out AvlNet.Box[] outNotEmptyBoxes,
	out bool[] outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxesAvlNet.Box[]
outNotEmptyBoxesAvlNet.Box[]
outIsNotEmptybool[]

See also