Custom buttons / toolbar to trigger scripts

Hi,

Is it possible to customize the RFEM 6 user interface by adding my own toolbar button or icon that would run a custom script or macro?

My goal is to have a clickable button directly in the Dlubal UI, so that users can start a predefined automation script without opening the Script Manager manually.

Thank you

Hi mejra,

This special option is not available at the moment. But there is already a feature request existing where I have added you.

At the moment you can, of course, customize your toolbar and shortcuts, which will not lead to a solution for your workflow.

But I may have an alternative workflow for you:
Our Python API (gRPC) works seamlessly with RFEM 6. Using it, you can write your script as external executable code. Afterwards, you can share and execute it each time you need it directly in your active or a specified model or even as a standalone program.

Best regards,
Marc

1 Like

I'm using the python API II script's externaly and internally, but for some cases it would be more convininet to have it included in the UI.

Thank you for your help and for adding me.

1 Like