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


