I’m not understanding something, I think it has to do with paths. I have a sphere oriented to the surface that I want move along the normal U vector along the surface as shown. However, I want to choose a number of these equally divided across the surface, hence the input box with 6 chosen. The issue is, the outside spheres should not be there; Why and how do I fix that. Secondly, what if I want did want to add a second sphere along the same U vector and want to scale that sphere separately, would the same issue rear it’s head again?
I can make that work…very elegant, lol. Your simplicity is awesome, thanks. I did figure out how to fix mine by connecting the Normal from the surface divide to the surface closest point, and then to the uv of evaluate surface. Thank you very much!
The real trick is knowing how to play data tree games. There was no reason to graft the Pt ‘Y’ input in version ‘d’ above. More challenging would be to have each circular “row” of spheres advance in a spiral… This isn’t that. Data trees aren’t always trivial.