Skip to content

Get Results from a manually defined model #288

Closed Answered by heetrojivadiya
PascalGitz asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @PascalGitz ,

I think that the problem occurs due to older version of RFEM package. We have fixed this bug in latest version of RFEM==v1.18.0. Please update RFEM package by using pip or you can clone main branch in your repository. This should fix your issue.

For your second approach, loading type is enumeration name for CaseObjectType(for which you want to get member result). You can use E_OBJECT_TYPE_DESIGN_SITUATION, E_OBJECT_TYPE_LOAD_CASE, E_OBJECT_TYPE_LOAD_COMBINATION or E_OBJECT_TYPE_RESULT_COMBINATION in loading_type as a string input.

from my personal experience, I can suggest that first approach is user friendly while it is easy to change and read for different type of re…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by heetrojivadiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants