First time here? Check out the Help page!
1 | initial version |
Through Sketchup, via the Ruby Console:
sketchup_model = Sketchup.active_model
model = sketchup_model.model_interface.openstudio_model
gr = model.getSiteGroundReflectance()
gr.setJanuaryGroundReflectance(0.2)
... rinse and repeat...