Is there a way to link two objects, so that when one object changes another changes, as well? That is have some code run only on that object change (when it’s moved, scaled, changed material, changed layer, split into two objects, deleted, etc.)
I imagine tagging that object either in its name field or Object User Text.
I’m trying to replicate Rhino’s blocks. I’ve seen some snippets that used RhinoApp’s Events system, but I’m not experienced enough to use it or judge whether it would work in this scenario.
Any hints, comments or external validation will be greatly appreciated.