You are here: Start » AVL.NET » Function Reference » ShapeRegion » Shape Region Basics » 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 | |
|---|---|---|---|---|---|
![]() | inShapeRegion | AvlNet.ShapeRegion | |||
![]() | outRegion | AvlNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Invalid ShapeRegion in ShapeRegionToRegion. |


