You are here: Start » AVL.NET » Invoke.RegionMedialAxis
Computes an array of paths corresponding to the skeleton of the input region.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionMedialAxis ( Avl.Region inRegion, Avl.RegionSkeletonMethod inRegionSkeletonMethod, List<Avl.Path> outSkeletonPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inRegionSkeletonMethod | Avl.RegionSkeletonMethod | TwelveConnected | Default value: TwelveConnected. | |
![]() | outSkeletonPaths | System.Collections.Generic.List<Avl.Path> |


