I can’t find any practical use to the “Map” output in the “Create Set” component.
If it gave a boolean list with a “False” value for redundent items, and a “True” value for whatever nuclear item was retained during creation of the set, here would be a useful list allowing to cull another list or select specific branches of another tree.
Examples of concrete uses of that map would probably enlighten me…
It is convoluted… And what I did there isn’t the only way to use MIndex - I’ve seen simpler constructs - which might be why it’s left to multiple components?
it’s fitting that you chimed in because the whole business here is for me to process the output of your “BlockExplodeR” component in order to generate useful trees for further down the definition. Processing a Human block structure.gh (21.0 KB)
The methods that you exposed (although they may be quite useful in other situations) don’t seem to work for my purpose here.
I am actually re-writing some code I had done a while back with Luis Fraguada.
Thanks for your help offer, but I guess I just needed help with the “Create Set” component.
Despite all the solutions given by you and Joseph, I still think that this component should have another output with booleans to filter out redundent data from lists and trees.
It seems to be the obvious role of the component, and should not require adding more components.