Convert User Attribute Key to Room Name

I have a bunch of Rhino Objects/Rooms with a User Attribute Key (which is its name) is there a way either in Rhino or Grasshopper to assign that User Attribute Key to the Room Name?

Thank you,

Hi @cflynn,

@antonellodinunzio should be able to provide you with a sample that shows how to do that using our Rhino plugin SDK but you can also use Human and Ladybug Tools in Grasshopper to do this and then bake the results back to Rhino using the Pollination Grasshopper components.

Here is how I would do it.

get_name_from_attributes.gh (20.2 KB)
rooms_with_name_key.3dm (138.0 KB)

1 Like

A post was split to a new topic: An option to bake the model to Rhino using a Boolean toggle