Hello,
I would appreciate help with analyzing data retrieved by the get_results() function.
In the old API, I was able to get rows named 'Total' for each member in Internal Forces table of all load combinations. Now I use function get_results() in the new GRPC API where the number of rows is different than the number of rows shown in the GUI. How can I derive the 'Totals' from these limited sets of rows?
I am primarily a programmer, so I may be missing something fundamental from static analysis. Please could you share how it is computed? What is the logic behind it?
Here are some examples:
Results - member 1 for load combination CO2 (only 7 rows vs 16 in GUI):
| row_number | loading | increment | member_no | node_no | location_x | tag | n | v_y | v_z | m_t | m_y | m_z |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18124 | CO2 | 1 | 1 | 0.0 | -343858.0 | 0.0 | 1744.3349609375 | 0.0 | -7515.85888671875 | 0.0 | ||
| 18125 | CO2 | 1 | 0.156 | -343758.1875 | 0.0 | 1761.5660400390625 | 0.0 | -7241.98291015625 | 0.0 | |||
| 18126 | CO2 | 1 | 0.312 | -343658.5 | 0.0 | 1777.5830078125 | 0.0 | -6965.64990234375 | 0.0 | |||
| 18127 | CO2 | 1 | 0.39 | -343608.59375 | 0.0 | 1785.134033203125 | 0.0 | -6826.5908203125 | 0.0 | |||
| 18128 | CO2 | 1 | 0.4679 | -343558.6875 | 0.0 | 1792.376953125 | 0.0 | -6686.9541015625 | 0.0 | |||
| 18129 | CO2 | 1 | 0.624 | -343459.0 | 0.0 | 1805.93798828125 | 0.0 | -6405.9931640625 | 0.0 | |||
| 18130 | CO2 | 1 | 2 | 0.78 | -343359.1875 | 0.0 | 1818.259033203125 | 0.0 | -6122.86181640625 | 0.0 |
RFEM6 version: 6.14.0005
Thank you in advance.
Jane
