Yes, you can use the Dlubal API in Rhino and Grasshopper. For this, it is necessary to install the Dlubal API in the Rhino environment:
- Open Rhino and execute the command _ScriptEditor
- In the Script Editor menu, select Tools > Advanced > Open Python 3 Shell
- Install the Dlubal API in the command line that opens:
pip install dlubal.api
After the installation, the Dlubal API is available in the Rhino script editor and in the Grasshopper Python component
For more information on how to use the API, see our documentation:
Documentation API II