PathToPoint2DArray
Converts a path to an array of points.
Syntax
C++
Python
def PathToPoint2DArray( inPath: Path, / ) -> outPoints: list[Point2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outPoints | list[Point2D] |


