You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.BoxesBoundingBox

AVL.BoxesBoundingBox

Computes the bounding box of given boxes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BoxesBoundingBox
(
	IList<AvlNet.Box> inBoxes,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.IList<AvlNet.Box>
outBoundingBoxAvlNet.Box

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in BoxesBoundingBox.

See also