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

AVL.PointsBoundingBox3D_OrNil

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

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outBoundingBox3DAvlNet.INullable<AvlNet.Box3D> This parameter cannot be null.

See also