First time here? Check out the Help page!
answered 7 years ago
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...