I’m writing all of the custom components in Visual Studio C#. When passing data from component to component the GH_ObjectWrapper works fine and I can read each via customguy = input.Value as CustomClass. However once the data is internalised (using Grasshopper’s “internalise data”), I can no longer cast the data into the CustomClass.
Any suggestions? Help much appreciated.