Error when trying to get results for contact stresses (from surface support)

When I tried to retrieve the results through the API using:

rfem_app.get_results(results_type = rfem.results.STATIC_ANALYSIS_SURFACES_CONTACT_STRESSES_MESH_NODES)

I received the error below:
image

rfem_app.get_result_table(table = rfem.results.ResultTable.STATIC_ANALYSIS_SURFACES_CONTACT_STRESSES_GRID_POINTS_TABLE, loading= rfem.ObjectId(no=2, object_type=rfem.OBJECT_TYPE_LOAD_COMBINATION))

I got this error:


I do have a Load Combination CO2 in my model.

Can someone please confirm there is an issue?

Also in this matter is there a table with Contact Stresses availabre in RFEM ? I coulnd find corresponding tab..

Hi r.sajdak,
I will check the API part later today, meanwhile here is where you can find it in RFEM (it’s been recently added for mesh nodes).
Regards

So also API seems working (see fig) so only check whether you have version of RFEM where this type of result is already available.