algorithmic modeling for Rhino
Has anyone managed to attach a user string to a grass hopper point? (I am referring to a volatile point and not a point that has been baked in to rhino). Is it even possible to do this? I managed to assign a user string created from casting form ghpoint.emitproxy. However, because the user string is not parsable it does not appear to be attached to the grass hopper point and cannot be read back in.
cheers
Tags:
Dim ud As GH_UserData = gooinstance.UserData
Dim entry As GH_Chunk = ud.CreateEntry(New Guid("{B257BC07-5FF3-42a3-BCE7-15DE42038E3E}"))
entry.SetString("first_tag", value0)
entry.SetString("second_tag", value1)
entry.SetDouble("first_num", num0)
entry.SetDouble("second_num", num1)
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by