Cluster data exchange

Is it possible to share data between clusters without using the cluster output command?

EXCHANGE DATA FROM CLUSTERS.gh (11.6 KB)

No solution? Not possible? The question is about sharing the dimension between the clusters without using cluster Input/output to have clearer Grasshopper files in big projects with many algorithms.

I want to solve the SPAGHETTI WESTERN image of my big files…

Unfortunately, I don’t think there is a method of transmitting data between clusters (in GH1) without an output parameter from the first cluster and an input parameter in the second cluster. You may want to test out Grasshopper 2, as David has implemented a feature called “Shout” which lets you create semi-global variables which can then be queried from any other part of a definition (or even an external definition) without the need of a wire.

Ok, thanks to the genius, too.