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 | |
|---|---|---|---|---|
![]() |
inPaths | list[Path] | ||
![]() |
outPoints | list[Point2D] |


