What is "GH_GooProxy" good for?

I’m adding classes to my EA model and started wondering what a “GH_GooProxy” is? There’s also an “IGH_GooProxy” interface, but the documentation doesn’t seem to explain what this class/interface is good for.

http://developer.rhino3d.com/api/grasshopper/html/T_Grasshopper_Kernel_Types_IGH_GooProxy.htm

// Rolf

It’s used from within the ‘Manage XXXX Collection’ interface for parameters with internalised data. The proxy is responsible for populating the grid UI and making sure that changes to values are fed back into the goo:

1 Like