Point2DArrayToLocationArray
Converts an array of points to an array of locations.
Syntax
C++
Python
def Point2DArrayToLocationArray( inPointArray: list[Point2D], / ) -> outLocationArray: list[Location]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPointArray | list[Point2D] | ||
![]() |
outLocationArray | list[Location] |


