You are here: Start » AVL.NET » Invoke.SelectInnerPaths
Selects paths which are visible from a point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SelectInnerPaths ( List<Avl.Path> inPaths, Avl.Point2D inCenterPoint, float inTolerance, List<Avl.Path> outInnerPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPaths | System.Collections.Generic.List<Avl.Path> | Input paths from which the inner ones will be selected. | ||
![]()  | inCenterPoint | Avl.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.List<Avl.Path> | Paths classified as inner. | 


