07-02-2015, 11:31 PM
Thanks for your reply. I have two fumeFX grids, let's say A and B, I have modified A script such as:
proc ffx_mel_PostSim( string $node )
{
fumeFXcmd -runSimulation 0 trunk_p2a_g1Shape1;
}
so, basically in A postSim event, I try to start B simulation, however this did not work and I got an error message : //Error: (FumeFX) Simulation already running!
I think, during these functions, FumeFX is considered running, so it won't start another sim, is this correct? If so, any idea how to overcome this issue?
proc ffx_mel_PostSim( string $node )
{
fumeFXcmd -runSimulation 0 trunk_p2a_g1Shape1;
}
so, basically in A postSim event, I try to start B simulation, however this did not work and I got an error message : //Error: (FumeFX) Simulation already running!
I think, during these functions, FumeFX is considered running, so it won't start another sim, is this correct? If so, any idea how to overcome this issue?

