Mark01 Posted July 3, 2019 Share Posted July 3, 2019 Hey Everyone! Is it possible to define a region (perhaps with a shape) which pop forces are applied. I have an rbd sim and am looking to have a specific area that is affected by a pop force. Any ideas? Thanks Quote Link to comment Share on other sites More sharing options...
kleer001 Posted July 3, 2019 Share Posted July 3, 2019 (edited) Use groups? Just set the group name in the Group field in that force. POP Group DOP, or straight up in a wrangle with i@group_groupname = 1; Edited July 3, 2019 by kleer001 clarity Quote Link to comment Share on other sites More sharing options...
Mark01 Posted July 3, 2019 Author Share Posted July 3, 2019 (edited) So if we wanted all the rbd objects that fall below y=1 to be affected by the Pop Force, we create a popgroup called makeActive with: if (@P.y < 1.0) ingroup = 1; Plug that pop group into the post-solve, and then use 'makeActive' in the pop Force? I think I must be doing something wrong? * SOLVED - This above method works Edited July 3, 2019 by MilesS1 SOLVED 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.