Grasshopper

algorithmic modeling for Rhino

I am taking a set of section curves and dividing them by a certain value. My question is how can I connect all the relevant(order on curve) points from every curve without having to list item every single point? 

 

Thanks, Dan

Views: 339

Attachments:

Replies to This Discussion

You should have Data in the order: all points on the curve per curve

You want: points on all curves per point.

It's a matter of flipping rows and columns in a matrix of points. Use the FlipMatrix component. Try simplify on the input if it doesn't work straight away.

Then use Polyline on the new lists of points.

Thanks for the help, It works without simplifying 

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service