Hi all,
I currently have 3 block instances of the same block definition.
The block definition has 2 objects in it
What I want to do is to get a 6 unique GUIDs as there are 6 objects in the document for the user (2 objects times 3 block instances)
I am unsure how to approach this. The block instances themselves have a unique GUID but their objects inside have the same GUIDs which wont be useful. I have tried something ballsy by pushing and purging the individual objects which does give me unique IDs for each object. Will this method scale up well for 1000s of objects in the future? Then there is also the lunchbox create GUID component but I dont know how to attach them to the model objects I obtain by exploding the block.
In general if I want to create GUIDs for objects in grasshopper, what is the best way to do it?
blocks test.3dm (43.9 KB)
blocks test gh.gh (11.3 KB)