Create a MeshData from the mesh data contained in the .RST file.
CreateMeshData is a prerequisite to be able to manage the degenerated elements
during the ACT post processing or to return the computed results as the contact results.
Examples
Gets the mesh from the mesh data contained in the RST file.
type="python">
resultReader = ExtAPI.DataModel.AnalysisList[0].GetResultsData()
mesh = resultReader.CreateMeshData()
Return Value
IMeshData object.