You are here: Start » AVL.NET » Invoke.BoxesBoundingBox_OrNil
Computes the bounding box of given boxes; returns NIL if the array is empty.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void BoxesBoundingBox_OrNil ( List<Avl.Box> inBoxes, Conditional<Avl.Box> outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inBoxes | System.Collections.Generic.List<Avl.Box> | |||
![]()  | outBoundingBox | Atl.Conditional<Avl.Box> | 


