You are here: Start » AVL.NET » AVS.RegionMedialAxis Method

AVS.RegionMedialAxis Method

Computes an array of paths corresponding to the skeleton of the input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionMedialAxis
(
	AvlNet.Region inRegion,
	AvlNet.RegionSkeletonMethod inRegionSkeletonMethod,
	IList<AvlNet.Path> outSkeletonPaths
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inRegionSkeletonMethodAvlNet.RegionSkeletonMethodTwelveConnectedDefault value: TwelveConnected.
outSkeletonPathsSystem.Collections.Generic.IList<AvlNet.Path>

See also