I’m referencing rhino geometry with the elefront plugin based on user attributes. Within the script, I change these attributes to True/False of the rhino objects. This attribute change is triggerd with a button. Last step is I need to recompute either the whole definition or the Elefront Componant which is referencing the rhino geonetry based on the attributes.
RhinoObjects store Geometry and Attributes. Attributes hold information about Name, Colour, Material, Visibility … etc.
So whenever you search for RhinoObjects you can also check its attributes for its “Name” and additional UserData.