You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » AVL.PointsBoundingBox3D

AVL.PointsBoundingBox3D

Computes the smallest box in 3D containing an array of points in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PointsBoundingBox3D
(
	IList<AvlNet.Point3D> inPoints,
	out AvlNet.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outBoundingBox3DAvlNet.Box3D

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in PointsBoundingBox3D.

See also