Create floor between two surfaces

Hi all,

I’m a beginner in grasshopper.
I would like to create 6 floors.
The first floor with 6 meters and the others with 3 meters.
I tried divide external surface and connect curve but unsuccessfully.

generate-E.gh (14.6 KB)

Welcome @kleyton.menezes,

Here’s what you can do:

generate-E_v2.gh (14.1 KB)

1 Like

Hi Kleyton,

You can make horizontal planes at those heights and then use brep/plane to slice at those floors.

generate-E.gh (19.1 KB)

1 Like

Solution similar to P1r4t3b0y
Use Brep | Plane intersection

1 Like

Another approach using StackData + Contour.


generate-E_v3.gh (14.7 KB)

1 Like

Created floors with thickness following the curved facadegenerate-E_ME.gh (16.3 KB) (floors that don’t protrude the facade)

1 Like