I’m currently trying to set up a Vertical Sky Component simulation based on the template set up on Hydra, but would like to graphically show an entire facade range of results with colour index rather than single point based simulation.
Is anyone able to assist with the two questions I have below:
Generate a range of points from an individual surface to a specified spacing (e.g. 3m x 3m)?
Show results graphically on a facade with colour range indicating higher/lower VSC%?
My current GH script is attached. Thanks in advance for your help!
James
@jwoodall,
See attached. You need to use the HB_genTestPts component. See blue group in the attached.
Somehow the visualization in Rhino 5 is fine. In Rhino 6 it shows “funny” behaviour.
-A. BRE VSC Analysis TEST_AY.gh (828.3 KB)
@AbrahamYezioro this is fantastic - thank you!
I can see that your edits allow selection and simulation of individual facades. Out of curiosity, is there a method to generate test points for every vertical facade of the brep, instead of creating separate threads for each facade (in the event that we want to test multiple)?
You can feed the genTestPts with all surfaces you want. Those will be analyzed.
In the example i sent i picked just one but could pick all of them.
-A.