RegionMedialAxis
Computes an array of paths corresponding to the skeleton of the input region.
Syntax
C++
C#
Python
def RegionMedialAxis( inRegion: Region, /, *, inRegionSkeletonMethod: RegionSkeletonMethod = RegionSkeletonMethod.TwelveConnected ) -> outSkeletonPaths: list[Path]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inRegionSkeletonMethod | RegionSkeletonMethod | RegionSkeletonMethod.TwelveConnected | |
![]() |
outSkeletonPaths | list[Path] |


