ConcatenatePaths
Joins up to four open paths.
Syntax
C++
Python
def ConcatenatePaths( inPath1: Path, inPath2: Path, inPath3: Path, inPath4: Path, outPath: Path, /, *, inClose: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath1 | Path | Input path | |
![]() |
inPath2 | Path | Input path | |
![]() |
inPath3 | Path | Input path | |
![]() |
inPath4 | Path | Input path | |
![]() |
inClose | bool | False | If set to true adding in result a segment between its first point and the last one, therefore producing a closed path |
![]() |
outPath | Path | Output path |


