How to add names to items in a list

Hi I have geometry in a list and I want to pair each item with a text-id. I would like to preserve the geo-text combination, even if I use the geometry in other components. Maybe there is a way how to do that with native components

Don’t think so. Just make a list of corresponding id’s and do any list based process to the id’s that you do to the geometry. So you have a list of id’s and a list of geometry that correspond.

1 Like

Thank you!

@Michael_Pryor would this also be if user text was assigned to the object before it was loaded into gh? I don’t have much experience yet with using user text but was wondering if user text can somehow be baked into an object

Human has components to extract user data from Rhino objects with the “Object Attributes” component.