i would like to have them in Python too. Meanwhile i´ve been replacing the UserData stuff in older ported rhinoscripts with UserText methods and found that i often can go without strSection, as long as the key / value pair is still working.
I believe even in RhinoScript the usertext technique in general is a better solution. The concept is essentially the same, but the usertext is available anywhere you want (in RhinoScript, python, C#, command line).
Is there any feature in the GetObjectData function in RhinoScript that is missing from the usertext functions? I’m just curious.
I will look into this. I use the DocumentData methods a lot, but I didn’t notice the UserText methods. Reading the help file, I believe this will work for me. When I get a chance I will see.