Grasshopper

algorithmic modeling for Rhino

Problem with creating interpolated curve from a set of points from 3 curves

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!

Views: 261

Replies to This Discussion

Hello,

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'

I could help more if I saw your GHX file

M.
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

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service