You are here: Start » AVL.NET » AVL.BoxesBoundingBox3D Method
AVL.BoxesBoundingBox3D Method
Computes the bounding box 3D of given boxes in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void BoxesBoundingBox3D( AvlNet.Box3D[] inBoxes3D, out AvlNet.Box3D outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBoxes3D | AvlNet.Box3D | |||
![]() | outBoundingBox3D | AvlNet.Box3D |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty array on input in BoxesBoundingBox3D. |


