lopez
August 13, 2021, 6:07am
1
Hi All,
I need to create a parametric stones wall. I need to subdivide a surface randomly. I don’t want to use the reparametrize option because I want to give the domain dimensions of the stones. I’ve just started but I’m still far from the result. Any help?
Thanks, Roy
Subdivide surface starting point.gh (13.1 KB)
You can do that with 2 Methods:
(a) Recursive subdivision that yields visible “rows” (for obvious reasons) like:
(b) Or via classic Matrix theory ops like:
But unless you are familiar with coding (C#) I have no idea how to do it using native GH components.
HS_Kim
August 13, 2021, 7:36am
3
It’s a good idea to search for some relevant topics via google first.
Hello dear grasshopper users,
I am currently working on a large scale facade and would like to solve the following problem:
let’s say I have defined a number of rectangular shaped blocks, in this case I have seven ,shaped like shown in the attached picture (1:1, 2:1, 1:2, )
Now I would like grasshopper to automatically create a random pattern which would fill out the large rectangle (In this case 17m X 110).
Is there already such a thing? I did not find something yet, I think I remember that…
Hello guys!
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 an…