this maybe a long shot, and I do not yet know exactly how to formulate this question properly, but…
Would it be possible somehow to have an automatic object name for VIsualARQ objects? Or if it’s more simple, Gh-style generated objects?
Here’s my mockup intention, which obviously does not work.
In my mind, I could implement similar syntax as tags to define Rhino-recognisable name for the object. Either in Rhino UI (text field in properties) or in Gh-style.
I would be completely happy with automatically updatable parameter as well.
Case explanation:
Currently, I may have thousands of different objects in 3D, and I name them based on some properties, such as beam → beam profile + length → B1_1234. This helps me to recognise all similar beams, and also cataloque them.
The naming is and has always been a separate step (a script). If e.g. the beam length changes, I have to keep tabs on the change and rename the beam. I’m dreaming of a system, where I could just define the naming convention rules based on style or object, and the naming would thus be always up to date, at least for VARQ objects.
“%element.style%_%element.length%”

