Spaz8 Posted March 23, 2019 Share Posted March 23, 2019 Hey everyone, given a group of points within a search radius, I want to keep only the point with the lowest attribute value. So basically 4 points are within 3 units from each other and I want to keep only the point with the lowest value of an attribute I have derived. I thought the new fuse 2.0 sop in 17.5 could do this but If it can I am not using it correctly. Any idea's? I can use a nearpoints and throw the points into an array but i'm stumbling on looking into that array and identifying the lowest value in the 1 to N points that are within the search distance. Thanks, for any guidance. Quote Link to comment Share on other sites More sharing options...
tmdag Posted March 23, 2019 Share Posted March 23, 2019 If you have your values in an array already, you can identify lowest with min() and then simply check if(value==minvalue) 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.