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
Input value inPathArray list[Path] Input paths
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