Rhino pick button Human UI

Hello,
I tried to create a Rhino pick button via Human UI but I don’t understand how is it possible to transfer the object selected informations in Rhino (for e.g. geometry selection) to gh definition.
Thank you

Hello there, did you find an answer to your request ?

Hello @thomas.lagarde,
I resolved it with “value listener” component of Human UI.
Thank you

1 Like

Yeah, I came to the same conclusion, cool

I’ve had some issues with the Rhino picker geometry needing a refresh to pass the referenced geometry. I have to go and disconnect and reconnect something in grasshopper and then it works, otherwise if I try to select an object it passes nothing through the listener component.

Have you had any issues with this component?