Hi all. I am relatively new to rhino and grasshopper. I have come across an issue after I upgraded from Rhino 8 SR8 => SR16. I get the baseline for text on surface by getting the 2 outer edges of a Brep that I deconstruct and I use the indexes to get those. However the indexes have changed since I did the update. I have a cleaner way to do this as these were old files that I reopened, but these files are used in production on Shapediver which is currently using version SR15, so my fear is when they upgrade the files will error. Is this a known change or a bug? I have a snippet of an example of the code and where the issue arises:
And this is how it used to work:
And this is the result since updating:
The original edges are now [2, 5] , whereas they used to be 10 and 4.
Thanks in advance
Ger