Accepts a vector list and returns a sorted list based upon your sort criteria. The “Granularity” can be used to open up the sequential sort process. The primary coordinate is defined first but with a larger granularity set, you can bin that sorting and then sort all the data within the bins by the secondary coordinate, etc.
Input Arguments
0 |
Vector Name Ref List |
Source Vectors |
The list of vectors to sort |
1 |
Sort Method Type |
Sort Method |
The criteria used to sort the points. |
2 |
Coordinate System Type |
Coordinate System |
Selection for Coordinate System such as Carte- sian or Polar... |
3 |
Coordinate Sort Type |
Primary Sort Coordinate |
Sort coordinate selection XYZ, R, Theta, etc. |
4 |
Coordinate Sort Type |
Secondary Sort Coordinate |
Sort coordinate selection XYZ, R, Theta, etc. |
5 |
Coordinate Sort Type |
Tertiary Sort Coordinate |
Sort coordinate selection XYZ, R, Theta, etc. |
6 |
Double |
Primary Coordinate Granularity |
Granularity of Primary Coordinate |
7 |
Double |
Secondary Coordinate Granularity |
Granularity of Secondary Coordinate |
8 |
Double |
Tertiary Coordinate Granularity |
Granularity of Tertiary Coordinate |
9 |
Boolean |
Ascending? |
True returns the best fit first |
Return Arguments
10 |
Vector Name Ref List |
Sorted Vectors |
The list of vectors ordered by the specified criteria. |
Returned Status
SUCCESS |
The Vectors were sorted successfully. |
FAILURE |
The Vectors was not found. |
Remarks
None.