compas icon indicating copy to clipboard operation
compas copied to clipboard

How to get / set UserDictionary of a Rhino geometry object

Open yck011522 opened this issue 3 years ago • 3 comments

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.

yck011522 avatar Jul 12 '20 19:07 yck011522

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...

tomvanmele avatar Jul 16 '20 11:07 tomvanmele

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

jf--- avatar Apr 08 '24 18:04 jf---

I believe @tomvanmele is taking care of this.

yck011522 avatar Apr 09 '24 02:04 yck011522