You are here: Start » FIL.NET » FIS.SelectInnerPaths Method
FIS.SelectInnerPaths Method
Selects paths which are visible from a point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SelectInnerPaths ( IList<FilNet.Path> inPaths, FilNet.Point2D inCenterPoint, float inTolerance, IList<FilNet.Path> outInnerPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | Input paths from which the inner ones will be selected. | ||
![]() | inCenterPoint | FilNet.Point2D | Reference point used to determine path visibility. | ||
![]() | inTolerance | float | <0.0f, 1.0f> | 0.0f | Fraction of the path characteristic points that are allowed to be invisible from the inCenterPoint not rendering the path not-inner. Default value: 0.0f. |
![]() | outInnerPaths | System.Collections.Generic.IList<FilNet.Path> | Paths classified as inner. |