Hello,
I am working on a python script that will organize some stress results in a dataframe and will save it as a .csv file. I need to know the location of the active H3D file on HyperView so I can save the .csv file to the same directory.
The H3D results file is opened through the standard HyperView UI and the script is run afterwards. It looks like the hw.hv.model class has a getResultFile method built in that look that it can point me towards the H3D file directory but I have not been able to make it work.
I will appreciate it if someone can point me in the right direction. Thank you!