You are here: Start » AVL.NET » Invoke.RegionBoundingBox_OrNil

Invoke.RegionBoundingBox_OrNil

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionBoundingBox_OrNil
(
	Avl.Region inRegion,
	Conditional<Avl.Box> outBoundingBox
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outBoundingBoxAtl.Conditional<Avl.Box>

See also