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

AVL.RemoveEmptyBoxes Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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