Divide Domain Brep for Second Skin

Hi, so im tryin to make this second skin as facade with base using ellipse, but when i loft it, it turns to Open Brep, i want to divide this Brep and put some pattern on it but im strugling because it’s not surface. I hope anyone can help me with this


Here is the script
Facade.gh (16.8 KB)
Thank you

I didn’t understand what you expect to get exactly, the reason why the Loft component is turning orange is this Null coming from a Move component that has no input Geometry:

by the way, I’d go for a Network Surface, by providing also vertical curves (the following is just a hint to show you the result, but I won’t take those curves from Loft → Brep Edges: I would just generate them earlier in a clean way)

hi, you were right, something was missing and here is the file
Facade.gh (17.7 KB)
what i want to do is i want to merge the surfaces so i could put this pattern


but thanks for your help btw, appreciate it so much!

Facade_inno.gh (19.2 KB)

You might want to use a different method to generate vertical curves in such a way to have more control on the shape, but this example shows you the result you will get

Thank you so much! it’s help a lot!

Another possibility.

1 Like

Thank you, that is another new insight!