ConcatenatePaths_OfArray
Joins open paths of an array.
Syntax
C++
Python
def ConcatenatePaths_OfArray( inPathArray: list[Path], outPath: Path, /, *, inClose: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPathArray | list[Path] | Input paths | |
![]() |
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 |


