I have a family (colors) that contains 3 objects (blue, green, red). I want to select or create each one of them by name. (dynamically)
I'm using a familie because they can be drag&drop and they behave the same way and the familie will contain much more objects.
I thought I had 2 options to achieve this, to select them by instance name or to create them one after one.
If I create one object from a familie it creates automatically all the objects from that familie. (not an option)
I didn't found a way to select the object by instance name ?!?! (weird because it's usually a very basic to do but doesn't seem to be an option)
How can I achieve this simple task?
Thx!