Obtains exterior lighting data for the model. Includes a 'results'
key which contains an ordered list of tuples for each of the sections.
get_included_bodies_for_umlh()- > [VEBody]
Returns the list of VEBody objects for this model variant, except those excluded for UMLH.
get_excluded_bodies_for_umlh() -> [VEBody]
Returns the list of VEBody objects for this model variant that are excluded for UMLH.
get_mep_details (attribute_type) -> dict
Obtains MEP power data from the model. The attribute_type parameter
is optional and does not need to be specified unless it is an NECB
model, where it must be supplied to provide the correct results.
get_model_level_infiltration_rate()-> float
Gets the model level infiltration rate, which has units.
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.