You are here: Start » AVL.NET » Invoke.PathLineIntersections
Computes the common points of a path and a line.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PathLineIntersections ( Avl.Path inPath, Avl.Line2D inLine, List<Avl.Point2D> outIntersectionPoints, Optional<List<int>> outSegmentIndices )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inLine | Avl.Line2D | Input line. | ||
![]()  | outIntersectionPoints | System.Collections.Generic.List<Avl.Point2D> | Intersections between the path and the line. | ||
![]()  | outSegmentIndices | Atl.Optional<System.Collections.Generic.List<int>> | Indices of the segments of the path which generate found intersection points. | 


