General

General

How can I strip the longer header f rom my ICEM .tetin files to prevent them from becoming very large? There seems to be a line for every time the file has been opened and close, and combining files combines their headers: // written by ICEM CFD – version 19.0 on Sun Nov 18 13:12:50 2018 // written by ICEM CFD – version 19.0 on Sun Nov 18 14:09:01 2018 // written by ICEM CFD – version 19.0 on Sun Nov 18 14:49:25 2018 // written by ICEM CFD – version 19.0 on Tue Nov 20 10:14:52 2018 // written by ICEM CFD – version 19.3 on Wed May 22 13:08:31 2019 // Tetin file generated by igestotin version 14.5 (Build 12.9.20.22) on Linux 3.0.101-108.84-default // Parasolid Kernel Version 24.0 (Build 158)

    • FAQFAQ
      Participant

      There are GUI and replay file command to get rid of these headers. 1. In the GUI, you can use Edit->Shrink tetin file 2. In replay files, use the ic command: ic_geo_shrink_tetinfile old_name.tin new_name.tin (shrink file using a different name) ic_geo_shrink_tetinfile name.tin name.tin (shrink file using the same name)