TRNsIDF.EXE
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
*********************************************************** * TRNsIDF.EXE - translater from IDF created by Trnsys3d to B17 *********************************************************** This program sorts and renumbers the IDF file and writes a B17 file based on the geomtric information of the IDF file and the template B17 file. In addition, an template DCK file can be generated. CALL: TRNSIDF.EXE %1 %2 %3 %4 %5 %1 absolute path\filename.idf %2 absoluter path\NewFileTemplate.d17 %3 /dck create a template DCK %4 /nonum (optional: no renumeration of surfaces) %5 /N (optional: BatchJob Modus) Note: if no path is defined, the directory of TRNSIDF.EXE is assumed. |