Back to Aurora Vision Library website
You are here: Start » Function Reference » ShapeRegion » Shape Region Basics » PathToShapeRegion
PathToShapeRegion
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Converts a closed path to a shape region.
Syntax
C++
C#
void avl::PathToShapeRegion ( const avl::Path& inPath, avl::ShapeRegion& outShapeRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outShapeRegion | ShapeRegion& |


