Difference between Objref and RhinoObjects

ObjRef is a reference to a RhinoObject. It contains additional information about how that reference was made. For example if the object was picked by the mouse, then the ObjRef can tell you on what part of the object that pick happened.

ObjRef is also potentially a lot more lightweight than a RhinoObject and less likely to be shared so it won’t just change state on you behind your back.

3 Likes