Skip to main content

Prime Mesh Python client library 2025 R2

get_abaqus_simulation_data

Last update: 10.09.2025

FileIO.get_abaqus_simulation_data(partId)

Gets 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