i am trying to access a user data object found in a Rhino.DocObjects.Custom.UserDataList. I got the user data list and the user data Id as type guid but have no clue how to pass it to
@andy, can you give a hint please as to what type the displacement plugin uses for its userdata and if there is a way to access it from the UserDataList ?
I don’t think you’ll be able to read it that way. You will need the actual C++ class definition.
However, there is a way to get at the data through C++ at runtime. Unfortunately, my understanding is that this piece has not been wrapped in V5 for C#.