You are here: Start » AVL.NET » Function Reference » Region » Region Global Transforms » AVL.RegionConvexHull_AsPath
Computes the smallest convex polygon containing the input region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionConvexHull_AsPath ( AvlNet.Region inRegion, AvlNet.Path outConvexHull )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outConvexHull | AvlNet.Path |


