For a long time I had been using closest point component to generate attractor pattern geometry. Today I used a distance component to generate the same pattern. Now I am wondering what is the advantage of closest point component in this workflow or there is no advantage ?
Closest Point is way faster. (With Distance you would need to rebuild the logic)
Also you will have the algorithm structure that can swap easily to Surface/Brep/Mesh closest point component…