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
Input will be modified ioState ConcatenatePaths_OfLoopState
Input value inPath Path Input path
Input value 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
Output value outPath Path Output path