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

AVL.RegionToShapeRegion

Converts a region to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionToShapeRegion
(
	AvlNet.Region inRegion,
	AvlNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outShapeRegionAvlNet.ShapeRegion

See also