It is possible to read data for "Result beam" in API, RFEM 6? #57
-
Hello, I just ran across the Result Beam object in RFEM6. It is possible to read properties and results for these entities using API? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
Rebecca-Coding21
Apr 15, 2024
Replies: 1 comment
-
Hi @sonkaste1 , |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Rebecca-Coding21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sonkaste1 ,
you can read the properties of result beams with the function get_member(). Results should also be available for this type of member. You can access the results wit the normal result table functions (e.g. get_results_for_members_internal_forces()).