SplitPathByLine


Splits path in common points of a path and a line.

Syntax

C++
C#
Python
 
def SplitPathByLine(
	inPath: Path,
	inLine: Line2D,
	/
)
-> outPaths: list[Path]

Parameters

Name Type Default Description
Input value inPath Path Path being split
Input value inLine Line2D Line used for splitting
Output value outPaths list[Path] Paths arisen from splitting the initial path