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.
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.