286x
005677
2025-04-01

Using Dlubal API in Rhino and Grasshopper

Can I use the Dlubal API in Rhino and Grasshopper?


Answer:

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:

  1. Open Rhino and execute the command _ScriptEditor
  2. In the Script Editor menu, select Tools > Advanced > Open Python 3 Shell
  3. 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:

Info

Please note that the Dlubal API requires Python 3, which is currently supported by Rhino 8. Furthermore, Rhino 8 currently only supports Python version 3.9, which limits the use of the Dlubal API in Rhino, as Python version 3.9 is only supported by the Dlubal API up to version 2.9.4.

The current preview version of Rhino (Rhino WIP) supports Python 3.13 and can therefore also be used with the current Dlubal API.


Author

Mr. Gutmann provides technical support for Dlubal Software customers.



;