Get member results #28
-
I build an automation to test different designs. At the end I extract results for specific load combinations and specific members by exporting the results to csv-files, read them into my python script and look for the numbers I#m interrested in. The export to csv-file takes a realy long time and get's slower after some iterations. Is there a way to get directly to the internal forces of a member in a specific load case? May be directly with a WS command? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello @scja1991, Yes, you can get result tables for MemberInternalForces of specific load case or load combination. For that you can assign appropriate enumeration item as loading_type and LC/CO number as loading_no in ResultTables.MembersInternalForces(). for example for Load combination number 2 (CO2): for example for Load Case number 3 (LC3): I hope that you are looking for this kind of solutions. Let us know if you are looking for something else. Best regards, |
Beta Was this translation helpful? Give feedback.
Hey,
may I know that which version of RSTAB package you are using? Yesterday, we released the latest version of RSTAB==v1.08.0. In this latest version, this bug is fixed. So, please try the latest version of RSTAB by updating it or if you are using GitHub Desktop then you can clone main branch of this repo for updated source code. Please let us know if this steps fix your issue or not.
Thanks and best regards,
Heet Rojivadiya