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

AVL.BoxesBoundingBox Method

Computes the bounding box of given boxes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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