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