Assign theVEThermalTemplatetemplate to the rooms, indicated by list of Room IDs (strings orVEBodyobjects).
get_assigned_profiles( expandProfiles = False ) -> list
Returns a list of strings represening the profile IDs in use by this model variant. Set expandProfiles to True to also return daily profiles.
get_bodies( selectedOnly ) -> list
Returns the list ofVEBodyobjects for this model variant. Set selectedOnly to True to return only selected bodies, False for all bodies.
get_bodies_and_ids( selectedOnly ) -> dictionary
Returns the dictionary ofVEBodyobjects with the room ID as key. Set selectedOnly to True to return only selected bodies, False for all bodies.
rebuild_adjacencies()
Rebuilds the adjacencies in the model. If the model has inner volumes and newly-assigned constructions have differing thicknesses to the previous ones, this is required to be called.