I want to access the tabular data values of Mechanical result objects, but I need to do that without the GUI open, so the GetPane() approach will not work. Also, the mechanical objects are reaction probes, so they do not have ExportToTextFile method.
I understand that we can create a result object for each output time step and read the value at the displayed time instead of from the table, but I am hoping to see if there are any alternatives that are more efficient and elegant.