How Can these offset curves be split by an object then Joined to make one continuous curve?
Test Contour.3dm (90.9 KB)
How Can these offset curves be split by an object then Joined to make one continuous curve?
Test Contour.3dm (90.9 KB)
Hello- I’d need some idea what that means in this case - how should the curves be joined?
-Pascal
@pascal Like This
I see - well there is no tool for that in plain Rhino - - you’d need a script or GH solution.
-Pascal
Yes, I wasn’t clear, that’s what I’m looking for.
Hi @MJD,
You can do this quickly in Rhino:
HTH
Jeremy
Probably want to get the list of the start and end points, shift the list up or down one and connect the start to the end. That’s assuming the curves are stacked in order, if not you will have to sort them by something like Z-height first.
Thank you @jeremy5, I Understand how to do it in Rhino, looking to Automate it with Grasshopper.
Reclassified thread to Grasshopper category.
This is just a quick sketch, you will need to deal with the last connection which is superfluous for example.
Ah, that’s a new one on me… Cool. Looks like the list of curves has to be in the right order and they get connected from end to start in order.