Dear community, good day!
I have an array of position occurrences. These positions are placed in a specific order on the model. Is there a way to sort the array of position occurrences in such a manner that they follow the same order as on the model?
Regards, Anton
Best Reply
Hi Anton,
you can sort them like this,
oObjOccList = ArisData.sort(oObjOccList, CONSTANTS.SORT_X, Constants.SORT_Y, g_nLoc)
with the constants for the different sort possibilities...
BR Robert
2 Replies
-
Hi Anton,
you can sort them like this,
oObjOccList = ArisData.sort(oObjOccList, CONSTANTS.SORT_X, Constants.SORT_Y, g_nLoc)
with the constants for the different sort possibilities...
BR Robert
-