I would like to simplify my code, but I can’t get the User String to work… Any thoughts? Why do these two processes give me different outputs?
Hi Timon,
It depends where you stored the User String in Rhino: to the object geometry or to the attributes of the object.
It seems to me that the RhinoObject.Attributes.Get_UserStringValue node will return only the attributes stored in the object geometry while the RhinoObject.Attributes.Get_UserStrings will return both.
Cheers
Giovanni
1 Like
Thanks Giovanni. Thanks for the info. This seems like a bug in the program. Would there a be a reason you might want just the object user values rather than the object and attribute user values?
I agree it’s strange but the workaround that you have used seems to overcome the problem very well.