compas-dev / compas

Core packages of the COMPAS framework.
https://compas.dev/compas/
MIT License
305 stars 104 forks source link

How to get / set UserDictionary of a Rhino geometry object #585

Open yck011522 opened 4 years ago

yck011522 commented 4 years ago

Feature Request

As a user of compas_ghpython and compas_rhino I would like to get an geometry by supplying a guid. And then reading or writing to the User Dictionary of that geometry.

I could not find any documented functions about these. But I remember maybe forfin_ui did something like that.

I found this function compas_rhino.utilities.get_object_attributes , but I couldn't figure out what it does. And despite this function looks like a getter, I couldn't not find a setter.

tomvanmele commented 4 years ago

it is a getter and there is currently no setter, but i will remove the get_ and combine them like in the rest of compas...

jf--- commented 3 months ago

@yck011522 good idea, any idea what the status is?

yck011522 commented 3 months ago

I believe @tomvanmele is taking care of this.