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

FIS.SelectOuterPaths Method

Selects paths which do not obstruct visibility of other paths from a point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SelectOuterPaths
(
	IList<FilNet.Path> inPaths,
	FilNet.Point2D inCenterPoint,
	float inTolerance,
	IList<FilNet.Path> outOuterPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>Input paths from which the outer ones will be selected.
inCenterPointFilNet.Point2DReference point used to determine path visibility.
inTolerancefloat<0.0f, 1.0f>0.0fFraction of the path sections that are allowed to obstruct visibility of other paths not rendering the path not-outer. Default value: 0.0f.
outOuterPathsSystem.Collections.Generic.IList<FilNet.Path>Paths classified as outer.

See also