Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.FileIO

Last update: 17.07.2025

FileIO.get_abaqus_simulation_data(partId)

Get Simulation document generated by Abaqus import for a given part.

This method will return the JSON Simulation Document for a part if the part exists. Otherwise, it returns an empty string.

  • Parameters: partId : Part Id.
  • Returns: str : Returns the string containing a JSON document for simulation data.
  • Return type: str

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> import json
>>> simdata = json.loads(file_io.get_abaqus_simulation_data(2)

Connect with Ansys