Updates related to main change in Webservice core about unification of getting results using object_locations approach between results from FEM analysis and design addons. Python HLF API is not changed for the user at all, but there is broken backward compatibility (needed new RFEM version).
Beside that following issues are solved as well:
added object number into output structure of all tables from static analysis to ensure traceability between a result and the object, where result is located
newly respect result table manager settings to get filtered result tables with only selected result magnitudes
solve issues when getting results for selected object returns all results instead of just specifically for this member
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation update
How Has This Been Tested?
By existing unit test for results which was extended (test_ResultTables.py)
[x] Unit Tests
[ ] Attached examples
Test Configuration:
RFEM version: 6.06.0009.230.20104957326
Python version: 3.12.0
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Updates related to main change in Webservice core about unification of getting results using object_locations approach between results from FEM analysis and design addons. Python HLF API is not changed for the user at all, but there is broken backward compatibility (needed new RFEM version).
Beside that following issues are solved as well:
Type of change
How Has This Been Tested?
By existing unit test for results which was extended (test_ResultTables.py)
Test Configuration:
Checklist: