Vertical strips matching a curved surface

3599dd1264dc44aa799f956f3817faed

Hello everybody,

I would like to make this volume entirely made by “vertical strips”, like in the reference pic, following a certain grid (let’s say the strips should be 5cm x 5cm and the distance between them of 10 cm). How can I do it? either with grasshopper or not.

Thanks!!

Hi Alfred - is either of these the right idea?

-Pascal

Hello Pascal! Thanks for your quick answer.
The idea is meant to be upside down, like a ceiling. The volume is entirely made by a lot of strips. So i’d say more like the idea on the right.

Hi Alfred, if I undersastand you, it might be like this-

  1. Make an array of strips intersecting your shape.
    image

  2. BooleanDifference the shape from the strips:

image

  1. BoundingBox > Cumulative=No the results to ‘pixelate’ the strips.
    image

-Pascal

1 Like