You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionBoundingBox_OrNil

AVL.RegionBoundingBox_OrNil

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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