Data is associated with the context where you created it. I'll assume you added those values to the point context. To remove the additional data, just delete points.
Using Houdini Indie 20.0 Windows 11 64GB Ryzen 16 core. nVidia 3050RTX 8BG RAM.
Enivob Data is associated with the context where you created it. I'll assume you added those values to the point context. To remove the additional data, just delete points.
I think the author meant an algorithm for removing duplicates and leaving only points with unique values. As far as I remember, there are no such ready-made functions for removing duplicates in Vex? Only through the for loop you need to make an algorithm, as it seems to me.
You could just mark duplicates found and then delete those points or follow some other logic to exclude them from processing. And of course you need to sort the points by the area attribute.
AslakKS Or use the fuse node in match attribute mode and disable the `snap distance` & `output position`. That would only keep one of each value
Image Not Found
You are a genius! We completely forgot about this wonderful function in fuse! But I will note, if the points are connected, then you need to disable "remove point from degenerate prim" otherwise the remaining points will disappear and you will not understand what happened.