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

AVL.Boxes3DBoundingBox3D_OrNil

Computes the bounding box 3D of given boxes in 3D; returns NIL if the array is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Boxes3DBoundingBox3D_OrNil
(
	IList<AvlNet.Box3D> inBoxes3D,
	INullable<AvlNet.Box3D> outBoundingBox3D
)

Parameters

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

See also