All Surface Results

The VE Python API allows users create simple programs using the Python Programming Language, to interact with a VE Model and/or Vista Results File
Post Reply
RobertoCoraci
VE Newbie
VE Newbie
Posts: 1
Joined: Tue Dec 01, 2020 10:04 am

All Surface Results

Post by RobertoCoraci »

I'm using the get_all_surface _results() method of ResultsReader to extract internal temperature results as showed below:

surfaces = body.get_surfaces()

for surface in surfaces:
prop = surface.get_properties()
areas = surface.get_areas()

aps_handle = prop['aps_handle']
int_surf_temp = rr_file.get_all_surface_results(id, aps_handle, 'Int surface temperature')

I have noticed however it doesn't work on internal partitions, nor fully glazed surfaces. Why? How Can I fix it?

Thanks
murphyrw
VE Newbie
VE Newbie
Posts: 8
Joined: Mon Jul 27, 2009 10:23 am

Re: All Surface Results

Post by murphyrw »

People have been asking this question for 7 years. Believe it is solved here:
https://forums.iesve.com/viewtopic.php? ... ab#p114617
Post Reply