PathArrayPoints


Converts an array of paths to an array of points.

Syntax

C++
Python
 
def PathArrayPoints(
	inPaths: list[Path],
	/
)
-> outPoints: list[Point2D]

Parameters

Name Type Default Description
Input value inPaths list[Path]
Output value outPoints list[Point2D]