You are here: Start » AVL.NET » Invoke.SplitPathByLine
Splits path in common points of a path and a line.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SplitPathByLine ( Avl.Path inPath, Avl.Line2D inLine, List<Avl.Path> outPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Path being split. | ||
![]()  | inLine | Avl.Line2D | Line used for splitting. | ||
![]()  | outPaths | System.Collections.Generic.List<Avl.Path> | Paths arisen from splitting the initial path. | 


