You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.BoxesBoundingBox
Computes the bounding box of given boxes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void BoxesBoundingBox ( IList<AvlNet.Box> inBoxes, out AvlNet.Box outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBoxes | System.Collections.Generic.IList<AvlNet.Box> | |||
![]() | outBoundingBox | AvlNet.Box |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in BoxesBoundingBox. |


