ProfileCoordinates
Returns an array of all X and Y coordinates of the input profile.
Syntax
C++
C#
Python
def ProfileCoordinates( inProfile: Profile, /, *, inRange: Range | None = None ) -> ( outXCoordinates: list[float], outYCoordinates: list[float] )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | |
![]() |
inRange | Range | None | None | |
![]() |
outXCoordinates | list[float] | ||
![]() |
outYCoordinates | list[float] |


