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

AVS.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
(
	IList<AvlNet.Box> inBoxes,
	IList<AvlNet.Box> outNotEmptyBoxes,
	IList<bool> outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.IList<AvlNet.Box>
outNotEmptyBoxesSystem.Collections.Generic.IList<AvlNet.Box>
outIsNotEmptySystem.Collections.Generic.IList<bool>

See also