You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inBoxes | System.Collections.Generic.List<Avl.Box> | |||
![]()  | outNotEmptyBoxes | System.Collections.Generic.List<Avl.Box> | |||
![]()  | outIsNotEmpty | System.Collections.Generic.List<bool> | 


