ConcatenatePaths_OfLoop
Joins open paths appearing in consecutive iterations.
Syntax
C++
Python
def ConcatenatePaths_OfLoop( state: ConcatenatePaths_OfLoopState, inPath: Path, outPath: Path, /, *, inClose: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ConcatenatePaths_OfLoopState | ||
![]() |
inPath | 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 |



