SplitPathBySegment


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

Syntax

C++
C#
Python
 
def SplitPathBySegment(
	inPath: Path,
	inSegment: Segment2D,
	/
)
-> outPaths: list[Path]

Parameters

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