Hello,
I'm curious why get_results and get_result_table return different columns. I would like to use the get_results method to get static analysis results, but because it does not include comments on members (specification column) I have to call the second method several times which is quite cumbersome in my case. The specification column is really important for me.
Would it be possible to return all available data from get_results method?
Thank you in advance.
Jane
Table columns from get_results:
results = rfem_app.get_results(
results_type=rfem.results.STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES
)
loadingincrementmember_nonode_nolocation_xtagnv_yv_zm_tm_ym_z
Table columns from get_result_table:
result_table = rfem_app.get_result_table(
table = rfem.results.ResultTable.STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE,
loading= rfem.ObjectId(
no=1,
object_type=rfem.OBJECT_TYPE_LOAD_COMBINATION
)
)
member_nonode_nolocation_xtagnv_yv_zm_tm_ym_zspecification
RFEM / API version: 6.14.0008 / 2.14.8