Hello,
I have a list of curves that need to be matched according to the length of the longest curve. In the file the longest curve is 962mm and I need all the curves to be of the same length. Does anyone have a solution for this problem.
Your curves look like lines, but are in fact very dense polylines that start and end at the same point, in other words the curve runs back over itself. If your curves were just lines it would be possible to extend a curve to a certain length, but in this case it is difficult.
I’m not seeing that with the C# code I provided. ChatGPT is notoriously untrustworthy when it comes to editing code, it will just hallucinate something that often turns out not to be a solution.