Piloting Grasshopper using code/script

Hello,

I am new in Rhino/Grasshopper and I’ve searched for my answer but couldn’t find it on the forum… :slight_smile:

I do a lot of applications coded in C# and I would like to automatically generate some grasshopper files to generate faster my grasshopper parametrical models and them solve them. Is it possible ?

In a way Grasshopper is very high level coding platform allowing us to do easy coding structures and patterns… But can I pilot it with a third party application?

Many thanks for your answer and sorry if some topics may already exist on this.

Nico

The MetaHopper plugin does a lot of this stuff. It’s also relatively easy to add components and wires via c# code, but that code will have to run inside grasshopper. Accessing grasshopper from another desktop app is probably not possible.

1 Like