You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Features » FIL.PointsBoundingBox3D
Computes the smallest box in 3D containing an array of points in 3D.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PointsBoundingBox3D ( IList<FilNet.Point3D> inPoints, out FilNet.Box3D outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | outBoundingBox3D | FilNet.Box3D |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in PointsBoundingBox3D. |


