You are here: Start » AVL.NET » Invoke.SelectOuterPaths
Selects paths which do not obstruct visibility of other paths from a point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SelectOuterPaths ( List<Avl.Path> inPaths, Avl.Point2D inCenterPoint, float inTolerance, List<Avl.Path> outOuterPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPaths | System.Collections.Generic.List<Avl.Path> | Input paths from which the outer 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 sections that are allowed to obstruct visibility of other paths not rendering the path not-outer. Default value: 0.0f. | 
![]()  | outOuterPaths | System.Collections.Generic.List<Avl.Path> | Paths classified as outer. | 


