Back to Aurora Vision Library website
You are here: Start » Function Reference » ShapeRegion » Shape Region Basics » ShapeRegionToRegion
ShapeRegionToRegion
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Converts a shape region to a region with an automatically computed frame.
Syntax
C++
C#
void avl::ShapeRegionToRegion ( const avl::ShapeRegion& inShapeRegion, avl::Region& outRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inShapeRegion | const ShapeRegion& | ||
![]() |
outRegion | Region& | Output region |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Invalid ShapeRegion in ShapeRegionToRegion. |


