Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 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...