TranslatePathArray


Translates an array of paths by a vector.

Syntax

C++
Python
 
def TranslatePathArray(
	inPaths: list[Path],
	inDelta: Vector2D,
	/,
	*,
	inInverse: bool = False
)
-> outPaths: list[Path]

Parameters

Name Type Default Description
Input value inPaths list[Path]
Input value inDelta Vector2D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outPaths list[Path]