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


