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

AVS.RegionBoundingBox_OrNil Method

Computes the smallest box containing a region; returns NIL if the region is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also