You are here: Start » AVL.NET » AVL.BoxesBoundingBox

AVL.BoxesBoundingBox

Computes the bounding box of given boxes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BoxesBoundingBox
(
	AvlNet.Box[] inBoxes,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inBoxesAvlNet.Box[]
outBoundingBoxAvlNet.Box

Errors

Error type Description
DomainError Empty array on input in BoxesBoundingBox.

See also