Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Basics » ProfileCoordinates
ProfileCoordinates
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Returns an array of all X and Y coordinates of the input profile.
Syntax
C++
C#
void avl::ProfileCoordinates ( const avl::Profile& inProfile, atl::Optional<const avl::Range&> inRange, atl::Array<float>& outXCoordinates, atl::Array<float>& outYCoordinates )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | |
![]() |
inRange | Optional<const Range&> | NIL | |
![]() |
outXCoordinates | Array<float>& | ||
![]() |
outYCoordinates | Array<float>& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Range exceeds the input profile in ProfileCoordinates. |


