LocationArrayToPoint2DArray


Converts an array of locations to an array of points.

Syntax

C++
Python
 
def LocationArrayToPoint2DArray(
	inLocationArray: list[Location],
	/
)
-> outPointArray: list[Point2D]

Parameters

Name Type Default Description
Input value inLocationArray list[Location]
Output value outPointArray list[Point2D]