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


