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

Invoke.SelectOuterPaths

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SelectOuterPaths
(
	List<Fil.Path> inPaths,
	Fil.Point2D inCenterPoint,
	float inTolerance,
	List<Fil.Path> outOuterPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>Input paths from which the outer ones will be selected.
inCenterPointFil.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.List<Fil.Path>Paths classified as outer.

See also