Maximum of Load Groups Results - GH [SOLVED]

Hi,
I am trying to retrieve the results for the “maximum of load groups” using GH for moving loads; however, it seems that calling the “maximum of load groups” results is not possible through GH components. Could anyone please assist me with this?

Hi @Arun_N_Dinesh! :waving_hand:

The Grasshopper plugin implements some of the most common result types. The rest need to be read via a .bsc file.

Use the FEM-Design.GetResultFromBsc component to retrieve the ‘Maximum of the load groups’ results. See the link below for more details on how to use and create a bsc file: Get results from bsc

Please let me know if you have further questions.

1 Like

Hi @anLor Thank you for the solution to call the results. I was unaware above the “bsc” result calling. Thanks for the link as well :slight_smile:

However, I again stuck with result output breaking. Unable to handle the auto generated “combination name” input for max: of load group to connect the “Shell internal forces”. Any guess other than breaking the text output and call the required component (Mx, My, Mxy etc):thinking:

ehi @Arun_N_Dinesh

As we do not have a specific component to read the Max of load group results, you need to implement some custom script to post-process the result.

I wonder if it is an easy task to explain to AI. I am pretty sure he will be able to provide you a nice script to solve your post-processing result.

Hi @MarcoPelle Yes, I will go with custom script as I only need it for a few specific tasks.
Thank you for the response :slightly_smiling_face:
please close the topic [SOLVED]

1 Like