I’m having struggles trying to design solar shading on a building. The idea is for the upper windows to have more solar shades (having more sun exposure), and the lower windows to have fewer solar shades (being more shadowed by surrounding buildings). I want this change to be gradient and also randomised. This is my script so far (being a GH novice and having used google, youtube and chatgpt):
The image shows the result of Cull Pattern. Something doesn’t seem to be working in the Graph Mapper or Cull Pattern component? I can’t figure out what is wrong!
Any advice to keep me moving forward with my design project would be greatly appreciated! Thank you in advance and for taking the time to read my post!
It is based on Random Reduce in a range of “consecutive domains”.
I looked at the files in this thread but the GH file doesn’t seem to be connected to the hidden layer in the Rhino file. Did you make the connection yourself?
I can do that but… OK, I’ll stop whining now. This is a simplified variant of the idea:
As before, geometry is internalized, no need for Rhino file.
Rats I just realized that because the Rhino file was R8, the Area component I used required R8. I just posted a replacement for R7 (and R8) but the file size jumped by 50K in the process So I quit and restarted Rhino several times and re-saved the file until its size dropped.
This version ‘d’ tries to make it more understandable by sorting first and then, in the purple group, doing the random reduction by row. I don’t know for sure if either version is correct