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


