Multiple split tree alternative

Hello,
My first time posting here, apologies if the subject has been covered elsewhere, I have tried to find a solution!

I have a set of curves on a surface. I have divided each curve and moved the division points around to create vertices for rectangular frames.
I have a tree structure that has the curve at the first level, the number of divisions on each curve at second level and the frames as items at each division.

I want to loft the frames on each path (curve) individually. Since I only have 10 paths I have just split the tree 10 times, but I feel like there must be a better way that would allow me to introduce more curves later if I needed to.

Any suggestions?!

split tree problem.gh (31.1 KB)

Welcome @Tom_D,

I’m not exactly sure what you mean by “loft the frames on each path (curve) individually”, but what you accomplished so far can simply be done like this:

11

wonderful, I knew I must be missing something.
Thankyou very much