I am trying to figure out how to correctly copy a group of sorted primitives to a group of sorted points. I almost have it working with foreach but am falling short on merging the results. Id there a better way to do this? Thanks for any help.
here's 2 ways of doing it, one approach using the copy SOP and one fancier way of doing using a VOP SOP which is super fast when you have to deal with tons of objects. Credits go to my buddy Kalman who showed me this technique a while ago!