Add parameter to view and not to objects

Hi,
is it possible to attach a parameter to the view/project/stream and not to an object from Grasshopper?

Here’s an example of what I mean:

So far I have only succeeded in adding the parameters to the objects as in the following picture

Thanks for the help!

Laurin

While maybe this is not exactly what you’re looking for, the explorer can certainly show data that does not have geometry associated with it (typos included for free ;)).

From code, that would consist in creating a new Base object and adding properties and values corresponding to your data.

For example, in grasshopper:

Hi @teocomi,

thanks for your answer!
Now, I understand. As you are saying, it’s not exactly what I was looking for, but using different branches for the elements and the “project” parameter could be an option.

1 Like

I’d also recommend adding extra inputs to the sender instead, just zoom in close enough :wink:

Each input is set to tree access, so you’ll be sending the entire data tree structure (even if there’s just one item in the list). This is to ensure GH->GH interop keeps track of all data trees and their respective data paths :slight_smile:

2023-01-26 12.17.13

4 Likes