You are here: Start » AVL.NET » AVS.RegionBoundingBox Method

AVS.RegionBoundingBox Method

Computes the smallest box containing a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionBoundingBox
(
	AvlNet.Region inRegion,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outBoundingBoxAvlNet.Box

See also