Reference code from rhino plugin in grasshopper?

I’d like to be able to reference class methods & properties in a Rhino plugin from Grasshopper script components. Is this possible?

Found this StackOverflow post from 2016 which looks promising but the example provided (dalefugier/Platonics) is no longer online.

Any help would be greatly appreciated!

Hi @Carsten_Rodin,

A better approach is to have a a utility assembly that is shared by both your plug-in and your Grasshopper component.

– Dale

Ah great, thanks @dale for the speedy reply. Any chance you still have that example available somewhere, or something similar?

Looked like the sample was moved here:

– Dale

1 Like

Awesome, thank you!