You are here: Start » AVL.NET » AVL.SplitPathByLine(AvlNet.Path, AvlNet.Line2D, AvlNet.Path[])
AVL.SplitPathByLine(AvlNet.Path, AvlNet.Line2D, AvlNet.Path[])
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, out AvlNet.Path[] outPaths )
Parameters
- inPath
- Type: AvlNet.Path
Path being split - inLine
- Type: AvlNet.Line2D
Line used for splitting - outPaths
- Type: AvlNet.Path
Paths arisen from splitting the initial path
Errors
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in SplitPathByLine. |
