Reconnect Grasshopper Documents from XML

Hi,

I have ghx files that can be changed by external programs.
What I need is a tool to reconstruct a GH document based on the alerts ghx file.
I need the document to updatable.
In other words, when the ghx file is alerted externally, I want the opened GH document to update.
Wasn’t able to find any solution for reconstruction of GH docs.

A similar question,
How do I (de) serialize individual components using the GH_IO archive?
Kind of understand how the serialization works, but deserialization into components still is a problem.

Thank you so much for your help!

have a look at this example. I’ve used this process to modify contents of gh files with an external application Get Grasshopper Document Object Count without opening grasshopper - #4 by DavidRutten

1 Like