You are here: Start » AVL.NET » AVS.PointsBoundingBox3D_OrNil Method
AVS.PointsBoundingBox3D_OrNil Method
Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointsBoundingBox3D_OrNil ( IList<AvlNet.Point3D> inPoints, INullable<AvlNet.Box3D> outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point3D> | |||
![]() | outBoundingBox3D | AvlNet.INullable<AvlNet.Box3D> | This parameter cannot be null. |


