Accessing isConditioned() from a Surface in 0penStudio Ruby
Hi! Thanks for all the answers by now.
I have this problem in OpenStudio Ruby SDK as I want to access the isConditioned
from a Surface. All that comes to my mind is doing something like:
surface.space.get.thermalZone.isConditioned()
And it doesn't works. I can get the thermal zone and it works till than but I can't get any property of it. Anyone knows the right syntax or way to do it?
Thanks a lot as always