I'm new in Houdini and I'm trying to remove any duplicate points based on the attribute value.
I've created a custom attribute called 'index' assigned to different objects generated from a foreach loop. Because I'm working with the heightfield, I've converted in mesh and selected some points troughtout the bounding box in group and blasted everything else. Now, because the bouding box take more than 1 point each index, I need to blast any additional points and keep only 1 point x index.
Consider that I need it porcedural for an HDA.
Thank you very much to anybody wanna help me to resolve this riddle