You are here: Start » AVL.NET » Invoke.PointsBoundingBox3D_OrNil
Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PointsBoundingBox3D_OrNil ( List<Avl.Point3D> inPoints, Conditional<Avl.Box3D> outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | outBoundingBox3D | Atl.Conditional<Avl.Box3D> | 


