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
Input value inProfile const Profile& Input profile
Input value inRange Optional<const Range&> NIL
Output value outXCoordinates Array<float>&
Output value outYCoordinates Array<float>&

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in ProfileCoordinates.