Shear control region [SOLVED]

Hi,

In Grasshopper, it is possible to change the Config. settings for FEM-Design. However, I would also like to change some of the other settings for concrete design. I was wondering if it is possible to create a component, or different components that do the following:

  • Change the Shear Control Region from Grasshopper
  • Change/set the crack width limit from Grasshopper
  • Set Calculation Parameters - like turning off “Consider detailing rules by EN 1992-1-1: 9.3.1.1, 9.6.2, 9.6.3” (this is practical in some cases when you want to see utilization compared to forces and not minimum reinforcement)

Now, every time I run the GH-script, I need to manually set these properties so it would be very helpful to be able to control these from the GH-script :grinning_face:

Hi @Hilde

I just found out that it is already possible for C#. I will try to send you a custom script that you can use ASAP.
We have planned the implementation with a proper Grasshopper component for the next release.

Have you tried in modifying the cfg.xml that we provide within the api toolbox? You can quickly modify the text file and you will see the new setting applied.
What you are asking for should be:
fCompressed and fMinReinf. The methodology is not super simple but we are working on it :slight_smile:

Thank you so much! I had not tried modifying the cfg.xml, so thank you for the tip. It worked perfect :slight_smile:

Looking forward to hear form you regarding the no shear region!

Ehi @Hilde

You can install a --prerelease version if you enable the include pre-releases option in package manager.

Let me know if it works! :slight_smile:
shear_control_region.gh (18.3 KB)

1 Like

@Hilde

just double checking if everythings worked well :slight_smile: