xanter 1 Posted August 30, 2020 Hi! Why transfering integer 0 into dopimport not stopping simulation ? attribute spreadsheet shows 0 but simulation still active , what is wrong ? I'm trying to do bounding box activator for simulation , when sphere enters simulation it starts to make points active. simple.hipnc Share this post Link to post Share on other sites
haggi 36 Posted August 31, 2020 Hmmm... to me it seems that you try to modify the activation after the simulation is doene what does not make sense. The dopimport imports the geometry from the simulation and any modification here has no effect at all to the sim. You have to deactivate the objects before you start the simulation and if you want them to be activated, you have to manipulate the rbd elements during the simulation what means in the dop network. One way is to use a sop solver. I tried to do a simple setup in the attached file. simple.hipnc 1 Share this post Link to post Share on other sites
xanter 1 Posted August 31, 2020 It's very well done haggi , thank you ! Share this post Link to post Share on other sites