I am new to grasshopper and i am trying to understand its philosophy so i have stucked on something i trying to model.
I have a curved wall in which i want to model a facade like in the photos below. I have spent three days trying to model it but the only way i thought is to use an image sampler ( i know that is a stupid way and possibly wrong but i am lacking in knowledge)
I have watched a lot of tutuorials in order to adapt any technique to my current problem but i cant find any solution.
I know that may be a time_consuming topic for someone to help me but i would appreciate a lot some help.!
Thank you very much for your help. You are right i should refer some reference of the building project.
So i had a look to the documentation you sent me and i think that i have to model some pattern prototypes and use box morph in order to adapt them on my surface using a specific way to organize them.
In this case how is it possible the geometry (pattern_bounding box) which is at the point that my wall change its direction and has this curvature to adjust the curvature of the wall.
Hello
just to play I gave a look to make a definition. I don’t answer your last question but I think my beginning of solution could a=handle that.
So the first thing is to cut your facade in elongated rectangles. I didn’t do that and reuse something I have done some time ago.
There is a parameter in X for this curve.
The height of this curve is taken with the use of a random parameter. I used Random noise but you could use whatever you want, Perlin noise, Simplex noise, Image Sampler.
Then thes curves are lofted, merged
Et voilĂ
There are many variants possible. It was just an example, be creative.
No problem, It was interesting, so I wanted to test some ideaq.
For me 3 steps :
Divide your facade in rectangles
Choose what rectangle will have a shape
Make then 3d with some noise
For the 1) if you can join all facade elements in one pseudo surface you will then be able to paramatrize in UVW, the work in UVW and remap everything at the end.
If you want more answers from the forum post the parts where you have difficulties.