The loft isn't working

Hello I trying to create a wall like this but when I put the loft command is not work. I don’t know why it isn’t working. It’s possible that I could’ve clean up the script more but I was following this tutorial: https://www.youtube.com/watch?v=D1g8N4dmX4Q
image

Diamond Tile Pattern Facade.gh (22.8 KB)

missing

You could internalize geometry after the Lunchbox Diamond Panels component. There is a standard GH component for getting mesh edges so you might not need MeshEdit.

Won’t that displace my other operations?

“displace”? No. Add a Geo param after Diamond Panels and internalize it.

from here:

Or wait for someone who has Lunchbox.

At least one problem is the expression assigned to the Distance (D) input of the Offset Curve component.

Corrected and re-wired inputs to Merge component to match video and get this result.

240218a_Diamond_Tile_Pattern_Facade.gh (23.5 KB)

-Kevin