You are here: Start » AVL.NET » Function Reference » ShapeRegion » Shape Region Basics » AVL.ShapeRegionToRegion

AVL.ShapeRegionToRegion

Converts a shape region to a region with an automatically computed frame.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ShapeRegionToRegion
(
	AvlNet.ShapeRegion inShapeRegion,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inShapeRegionAvlNet.ShapeRegion
outRegionAvlNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError Invalid ShapeRegion in ShapeRegionToRegion.

See also