Skip to content

How to get member internal forces by member #271

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

You must be logged in to vote

I would like to retrieve the internal forces for one member. I've tried:

results =  ResultTables.MembersInternalForces(CaseObjectType.E_OBJECT_TYPE_LOAD_CASE,
                                              loading_no=1,
                                              object_no=1)

But then I get the results for all the members. I've also tried:

  • leaving object_no empty
  • passing a string instead of an integer
  • passing different integers (5 a member I do have, 100000 a member I don't have)

It doesn't seem to matter. I always get the exact same results (namely: across all the members). Anybody know how to get the internal results for one specific member?

A workable solution would also be to det…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gvandewiel86
Comment options

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
bug Existing feature isn't working properly
4 participants