27-02-2019, 06:55 PM
Is there a way to pause/continue simulation for particluar ObiActor?
Currently, I use RemoteFromSolver to stop simulation and AddToSolver to restart simulation.
AddToSolver() just restart simulation from start by using mesh in the actor topology.
Is there a way to Pause simulation for a particular actor and then Continue so it will continue to simulate this actor?
After I pause actor I can move it or rotate. So after continue it will continue simulation by having new orientation.
I was trying to recreate topology from simulated result after last RemoteFromSolver call.
It is working but mesh is already deformed during past simulation and is not looks like it should.
Thanks.
Currently, I use RemoteFromSolver to stop simulation and AddToSolver to restart simulation.
AddToSolver() just restart simulation from start by using mesh in the actor topology.
Is there a way to Pause simulation for a particular actor and then Continue so it will continue to simulate this actor?
After I pause actor I can move it or rotate. So after continue it will continue simulation by having new orientation.
I was trying to recreate topology from simulated result after last RemoteFromSolver call.
It is working but mesh is already deformed during past simulation and is not looks like it should.
Thanks.