SplitPathByPath


Splits path in common points of two paths.

Syntax

C++
C#
Python
 
def SplitPathByPath(
	inPath1: Path,
	inPath2: Path,
	/
)
-> outPaths: list[Path]

Parameters

Name Type Default Description
Input value inPath1 Path Path being split
Input value inPath2 Path Path used for splitting
Output value outPaths list[Path] Paths arisen from splitting the initial path