RhinoScript
RhinoScript is a VBScript-based automation interface for the Rhino 3D modelling application. It provides a scripting API that lets users automate tasks, create and modify geometry, and customize workflows within Rhino. Developed by Robert McNeel & Associates, RhinoScript began as a way to batch repetitive operations and extend Rhino’s functionality.
The API is COM-based and accessed from scripts with the .rvb extension. Scripts are executed using the
Common use cases include automating repetitive modelling tasks, generating geometry procedurally, batch data processing, and building
Limitations: RhinoScript runs on Windows Rhino; macOS versions of Rhino do not support RhinoScript. For cross-platform