patremblay Posted August 6, 2019 Share Posted August 6, 2019 Hi, my setup involves vellum grains falling and I'd like to kill the particles reaching a certain position on the Y axis. I tried adding a popkill box within the vellum solver node but it's not doing anything. Any idea? Quote Link to comment Share on other sites More sharing options...
DonRomano Posted August 7, 2019 Share Posted August 7, 2019 Hey, you can use a pop wrangle with an expression : if(@P.y < ch("max_dist")){ removepoint(0, @id); } Cheers, Quote Link to comment Share on other sites More sharing options...
patremblay Posted August 7, 2019 Author Share Posted August 7, 2019 Thanks, maybe I should not have posted as the solution was as simple as appending a delete node set at delete by expression... 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.