Hello,
I would like to automatically calculate the distributed load (in kN/m) on a beam (via the API).
The formula is as follows: F = sigma*L (L = width of the section).
The issue is that I would like F to update automatically as soon as I change the section. For this, L would need to be updated automatically based on the section I am using without me entering L manually.
Is there a function for this?
Thank you,
Have a good day,
Hi amazigh,
There’s currently no ready-made solution for the scenario you described.
With the limited information provided, it’s a bit difficult to give you a precise answer. If you could describe your use case in more detail, I’d be happy to provide a more targeted solution. ![]()
In principle, you already have all the necessary tools at your disposal. You can filter out the affected members and adjust the load using your own script. ![]()
As mentioned, with more details from your side — for example, a small sample project or an illustrative image
— I’ll be able to give you a much more specific and helpful answer.
Best regards
Robert Milrath
Hello Robert,
Thank you for your response. Actually, I am applying a formula to calculate a distributed load on a beam. But I would like to create this formula automatically via Python with the API.
Have a good day,