Is it possible to read .ghdata directly from ghpython, c# or vb? Since the data source of the Data Input component is set by right clicking on the node, NodeInCode and ghpythonlib.components does not work. Is it possible to deserialize this data directly? If so, what methods do I need to use to be able to do this?
Grasshopper (de)serialization is in GH_IO.dll. You have to create an archive, read the file, extract the chunk or fragment and get the data, or something similar.
I know this is a old thread but does anyone have any solution to this issue? It’ll be great if there is a way read ghdata directly as I have multiple files with different path and it’ll be great to be able to manage them using a python script