LocationArrayToPoint2DArray
Converts an array of locations to an array of points.
Syntax
C++
C#
Python
def LocationArrayToPoint2DArray(
inLocationArray: list[Location],
/
)
-> outPointArray: list[Point2D]
Parameters
|
Name |
Type |
Default |
Description |
 |
inLocationArray |
list[Location] |
|
|
 |
outPointArray |
list[Point2D] |
|
|