You are here: Start » AVL.NET » Function Reference » Conversions » AVL.SparseImageToRegion

AVL.SparseImageToRegion

Converts a sparse region to a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SparseImageToRegion
(
	AvlNet.SparseImage inSparseImage,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inSparseImageAvlNet.SparseImage
outRegionAvlNet.RegionOutput region.

See also