@dale Hi ,
Is that possible to get the ArchivableDictionary from the rhino document instead of plugin load (read/write) event listener and instead of UserData from Geometry.
@dale Hi ,
Is that possible to get the ArchivableDictionary from the rhino document instead of plugin load (read/write) event listener and instead of UserData from Geometry.
Hello,
I do not think so.
Depending on your needs, you may be able to use “Rhino.RhinoDoc.Strings”…
Hi @vijaysarathy,
My apologies, but I do not understand your question enough to answer.
Can you try to explain what exactly you are trying to do and why? What problem are you trying to solve?
– Dale
Ex: RhinoDoc.ActiveDoc.GetArchieveableDict()
Okay
Dalle may know another way, but I don’t.
Note that you can serialize some objects since v7.
Rhino.Runtime.CommonObject.ToJSON
Rhino.Runtime.CommonObject.FromJSON
If you are using “Rhino.RhinoDoc.Strings”, I recommend using a Guid inside the key value to avoid conflicts.
jmv