Creating a surface by connecting two boxes with lines

Hi guys,

So i’m trying to re-learn grasshopper and I was trying to make a computer monitor. By creating 2 2pt boxes (one is smaller) and both of them with a line from the vertices. How can I make the area between both boxes a surface?

Thanks!

Something like this?

Make A Solid.gh (7.2 KB)

1 Like

Yeah that’s perfect. Could you explain your script to me? I get the gist of it, but I just want to make sure I learn from this.

Thanks :slight_smile:

Grasshopper is a graphical algorithm editor and since the code itself is self-explanatory, so you can understand it by following the algorithm from left to right step by step , no further explanation is necessary.