hello,
i have a UserData ,but it’s not in RhinoPlugin Assembly,defined in a common library.
Because I want to use it in Grasshopper and RhinoPlugin.
but i can’t save the UserData in RhinoDocment.
Does anyone know why that is?
If I define the UserData in RhinoPlugin Assembly, It works fine.
Thanks
Hi @yangf85 ,
you could try to attach data to UserDictionary instead of UserData, if you want to share data between plugins
@ Darryl Menezes yes , I’ve already tried, But that’s not what I want.
I need some custom content,
thank your reply!
Hi @yangf85,
This is by design and expected behavior. Custom user data is limited to Rhino plug-ins.
– Dale
Thanks a lot,
Is there any other way to implement this?