Trim a list of curves with another list of curves

Hi Everyone,

Is this really the most efficient way to do this? I want to cut the same two rectangles out of a list of curves that array in the z direction…

The only way I seem to be able to get it to work is with the attached…

Thank you everyone!
cHRIS
SPLIT A SERIES OF CURVES.gh (23.7 KB)


Using Region Differenceis way simpler but not faster…


SPLIT A SERIES OF CURVES_re.gh (26.2 KB)

Check this as well.


SPLIT A SERIES OF CURVES_reV2.gh (29.5 KB)

Thank you for your reply!

Yes that works, thank you very much! I would still love to be able to split the curves with the points, for instance, if i wanted to rebuild a section of the curve…However, your method inspired another train of thought!

Thank you again.
Chris