To get some things from the mesh data of a loaded RST file, I use the following code (simplified):
analysis = Model.Analyses[0]
resultReader = analysis.GetResultsData()
resultReader.CreateMeshData()
meshData = resultReader.MeshData
In the Extensions Log File, an orange colored warning is printed after the CreateMeshData() command: "An exception has been throw during the import of the geometry from the result file. Please, check carefully your results." What could that mean? I don't see it in every analysis...
