Grasshopper as Code?

Hi all,
Does Grasshopper generate any readable & editable code (in text format) as one places components on the diagram?

// Rolf

You can save your files as XML:

OK, thank you for the hint! Hopefully GH can also open such XML files then. :slight_smile:

// Rolf

Sure… I don’t know what you are trying, but, maybe interesting, Daniel Abalde once analyzed all his files.

1 Like

No, it does not create code which then gets executed. Grasshopper components are compiled objects that execute themselves. the GHX file format is merely an xml description of the components and how they relate to each other, it does not contain any of the logic that resides inside components.