Hello,
I am trying to create an interpolated curve from points that are generated from three different divided curves. When I input the points from these three curves into the V input on the IntCrv component, the resulting curve is not continuous. When inserting a Points-List component, I see that the point numbers are also not sequential, which I think is why the curve is not continuous. Question: how can I reassign these points in order? Or is there something else I can try?
Thanks!
I have been working with the same type of idea in my latest project...the key is to reassign your points in the order they need to be to create the interpolated curve (just as you've mentioned)
You can do this by either re-assigning the data coming out of your latest component with a 'list' component driven by a 'series'
Or you can flatten the tree of data and re-assign the data set from scratch in a similar way with a 'list' and a 'series'
Thanks Matthew for your suggestion. At the moment I was able to achieve what I needed using the Weave component. I had the three curves as input and arranged my 'pattern' so that the order goes one curve after another. I will try your suggestion and it might be a better (cleaner) way of doing it.
Cheers,
Carlos