0x
027889
2025-10-06

Extended ResultTable Support for Modal and Stability Analysis

Extended the ResultTable enum used in the get_result_table API function to include result tables related to Modal Analysis, specifically natural frequencies. This allows users to retrieve modal analysis results directly via the API.Usage:    df_result_table = rfem_app.get_result_table(        table = rfem.results.ResultTable.MODAL_ANALYSIS_NATURAL_FREQUENCIES_TABLE,        loading= rfem.ObjectId(            no=7,            object_type=rfem.OBJECT_TYPE_LOAD_CASE        )    ).data    print(f"\nResults | Table:")    print(df_result_table)Documentation:https://apidocs.dlubal.com/source/rst_methods/rfem/get_result_table.html#



;