Projecting curves onto multiple surfaces

Hello everyone,
I want to project a simple array of lines onto multiple surfaces I have offsetted.

As you can see it only takes the top surface and projects my lines there but I want them on all of them. Those lines will be printing paths for a 3D-print (the offsetted surfaces are basically the layers). Meaning that later on in the script they will be turned into a G-Code.

Schaltung Offset.gh (226.9 KB)

I can’t seem to find a solution for my problem.
Thank you very much in advance!

You just need to Graft the Brep input.

Schaltung Offset_Re.gh (226.5 KB)

1 Like

Ahh, thank you so much!