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

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
inRegionFil.RegionInput region.
inRegionSkeletonMethodFil.RegionSkeletonMethodTwelveConnectedDefault value: TwelveConnected.
outSkeletonPathsSystem.Collections.Generic.List<Fil.Path>

See also