You are here: Start » FIL.NET » FIS.RegionMedialAxis Method

FIS.RegionMedialAxis Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inRegionSkeletonMethodFilNet.RegionSkeletonMethodTwelveConnectedDefault value: TwelveConnected.
outSkeletonPathsSystem.Collections.Generic.IList<FilNet.Path>

See also