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


