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