Q: Procedurally controlled start of the DOP simulation

   1829   0   1
User Avatar
Member
9 posts
Joined:
Offline
Hi All!

I`ve a tricky question.

I get a some geometry generated in DOP network #1 by SOP Solver.
I trying to make a “second Layer” Network, where the new SOP Geometry must become a RBD Fracture Object.

My problem is, that a calculate a frame, where the second simulation must start from the first network.
I save a geometry generation time in Dop datafield.
then read this frame in expression like this:

if(dopoption(“dop1”, “OBJ”, “GenInfo”, “IsGenerated”), dopoption(“dop1”, “OBJ”, “GenInfo”, “StartFrame”), 1000)


Because on start of simulation I dont know, at which time the geometry going to be generated.

But if I use this expression on DOP Network Start Frame parameter, I get always 1000.

Is there some way to solve it procedurally? :?:
  • Quick Links