segmentation error, faulty connectivity
harshitpuri
Altair Community Member
i was working on a meshed model which suddenly crashed due to segmentation error and asked me to save model which i did
on reloading the file it gives a message 'error: element 79332 has faulty connectivity. continue loading file?'
On doing No, it loads component but neither geometry nor mesh is present.
whereas ondoing yes it changes the element no. and problem persist, i've tried yes consecutively many times but i'm unable to get mesh, neither i am able to get geometry.
how can i get back to model so that i can continue my work.
0
Answers
-
Run this commandfile in hmbatch:
*readfile('##path to your file##')
*answer('yestoall')
*writefile('##path to backup file##',1)
*answer('yes')
*quit()
0 -
thankyou sir
0