You are here: Start » AVL.NET » Invoke.RegionMedialAxis

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
inRegionAvl.RegionInput region.
inRegionSkeletonMethodAvl.RegionSkeletonMethodTwelveConnectedDefault value: TwelveConnected.
outSkeletonPathsSystem.Collections.Generic.List<Avl.Path>

See also