Hello,
I'm currently trying to update some custom components that allow grasshopper to send and receive data from my own plugin to work with version 0.7+. In order to do this I need to be able to get the running instance of said plugin.
Looking at RhinoCommon, it would seem to have a function to do this: the 'RhinoApp.GetPlugInObject' method. However, when trying to use this within my grasshopper component by name or GUID it always returns Nothing.
Am I likely doing something silly? Is this method actually implemented in RC yet? If so, will it work for older Rhino_DotNET plugins or would I need to rewrite that as well? Is the object it is supposed to return the PlugIn itself or it's ObjectInterface?
Thanks in advance,
Paul
Tags: