trnslator.trnsys.get_idf_objects

trnslator.trnsys.get_idf_objects(idf)[source]

Gets idf objects

Parameters

idf (trnslator.idfclass.IDF object at 0x11e3d3208) – the IDf object

Returns

MATERIAL object from the IDF materialNoMass (Idf_MSequence): MATERIAL:NOMASS object from the IDF materialAirGap (Idf_MSequence): MATERIAL:AIRGAP object from the IDF versions (Idf_MSequence): VERSION object from the IDF buildings (Idf_MSequence): BUILDING object from the IDF locations (Idf_MSequence): SITE:LOCATION object from the IDF globGeomRules (Idf_MSequence): GLOBALGEOMETRYRULES object from the IDF constructions (Idf_MSequence): CONSTRUCTION object from the IDF buildingSurfs (Idf_MSequence): BUILDINGSURFACE:DETAILED object

from the IDF

fenestrationSurfs (Idf_MSequence): FENESTRATIONSURFACE:DETAILED object

from the IDF

zones (Idf_MSequence): ZONE object from the IDF peoples (Idf_MSequence): PEOPLE object from the IDF lights (Idf_MSequence): LIGHTs object from the IDF equipments (Idf_MSequence): EQUIPMENT object from the IDF

Return type

materials (Idf_MSequence)