Looping over a list

Hi.

I am trying to loop a list like image.

image

image

same as curve3, curve4.

I want to get points for intersection.

I tried like this, but it is harder than I thought.

Someone can help me

@minji Use cross product instead and then filter to get points only.

1 Like

I do it a little bit differently, as a line can intersect another line which will result in a different line… obviously this happens more frequently with surfaces, solids and other more complex geometry.

2 Likes


I’m using strings in this case, but the structure might still work.

2 Likes

@minji Something like this?

intersect.dyn (11.1 KB)

2 Likes

I solved.

I’ll refer to other ways later.

thank you so much for reply!

1 Like