Splitting out search radius of PCfind / nearpoints functions in VEX

   1098   1   0
User Avatar
Member
1 posts
Joined: 12月 2018
Offline
Is there a way to split out the search radius so that I can search different amounts in X distance and Z distance.

I've thought about grouping the points into an X group and a Z group and then using their groups to filter out the points. This would mean running the function twice, once for each direction.

Is there a more elegant way, or a better function I'm not thinking of?
User Avatar
Member
2 posts
Joined: 7月 2005
Offline
Hey there, Just a thought.. could you write rest positions on your points, scale the Z so your radii are the same in both Z and X directions, do your find function then pop the points back to their original positions?
  • Quick Links