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 | |
|---|---|---|---|---|
![]() |
inPath1 | Path | Path being split | |
![]() |
inPath2 | Path | Path used for splitting | |
![]() |
outPaths | list[Path] | Paths arisen from splitting the initial path |


