I have created a series of 300 polygons along a rail. They all have matching direction and start points. I then fillet the corners of each polygon, which is causing many of them to switch directions and to have new start points. (Screenshot Below)
What I would like to do is adjust the start point of each curve to match a parameter at point I have for them. I would also need the direction of the curves to all match each other as well. Once this is solved, I then need to loft them all together, which right now I get self intersection errors if I try, and it fails. I also need to be able to explode the polygon after the fillet, and be able to select the same piece of the curve out of each shape. Currently if I try that with a get item at index, the curve it returns changes for each shape.
My end goal is recreating a grasshopper script in Dynamo. The grasshopper script is not having this issue at all. But I would just use the drag seam component along with the align component to fix the curves. Is there any way to do the same thing in Dynamo?