Splitting curves at jittered points

Hello everyone,

I am trying to split each curve at the place of jittered points. For some reason, the jittered points that go out of the closest point command are not the same as the ones I want them to be. I believe I am getting something wrong in the way I am manipulating the data streams. Any help would be appreciated! :smiley:



grasshopper facade column.gh (23.6 KB)

Like this?
Try this.gh (6.4 KB)

1 Like

It is exactly what I was looking for. Thanks lots! :smiley:

1 Like

You have to somehow sort the points and curves to have the same tree structure. Otherwise the component for closest point will calculate everything for everything and you will get crazy results.

1 Like