<div dir="ltr"><div><div>Hello all, <br><br></div>I want to visualize in preview simultaneously running the analysis. I have met all the requirements and coded successfully to implement this feature.  The only this that I am stuck is to update the time steps and range dynamically. <br><br></div>Currently, at the top of the <b>Request Data</b> method, I added the following code thinking that  it will update the paraview gui<br><br><b>    vtkInformation *Node_Mesh_Info = outputVector->GetInformationObject(0);<br><br>    this->Update_Time_Steps();<br>    double Time_range[2]={Time[0],Time[Number_of_Time_Steps-1]};<br><br>    cout << "Number of Time Steps " << Number_of_Time_Steps << endl;<br>    cout << "Time Tange " << Time_range[1] << endl;<br><br>    Node_Mesh_Info->Set(vtkStreamingDemandDrivenPipeline::TIME_STEPS(),Time, this->Number_of_Time_Steps);<br>    Node_Mesh_Info->Set(vtkStreamingDemandDrivenPipeline::TIME_RANGE(),Time_range,2);<br><br></b><br clear="all"><div><div><div><div>But, it does not update. Id there any way, I can dynamically update the paraview animation time steps and range. <br><br><br></div><div>Best Regards<br></div><div>Sumeet<br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><span><img src="http://faculty.engineering.ucdavis.edu/ceetemplate/wp-content/uploads/2013/06/CEE75percent500w.jpg" style="font-size: 12.8px;" width="200" height="31"><span style="font-size:12.8px">         </span><br><div><font style="font-family:"trebuchet ms",sans-serif;font-size:12.8px;color:rgb(51,51,51)">Sumeet Kumar Sinha</font></div><div><span style="color:rgb(51,51,51);font-family:"trebuchet ms",sans-serif;font-size:small">Graduate Student</span></div><div><span style="font-size:12.8px;font-family:"trebuchet ms",sans-serif;color:rgb(51,51,51)">Phone: (+1)</span><a href="tel:%28%2B91%29%209910516219" value="+919910516219" style="font-size:12.8px;font-family:"trebuchet ms",sans-serif;color:rgb(17,85,204)" target="_blank"> </a><span style="font-size:12.8px;font-family:"trebuchet ms",sans-serif;color:rgb(51,51,51)">5306018271</span></div><div><span style="color:rgb(51,51,51);font-family:"trebuchet ms",sans-serif;font-size:12.8px">Website : </span><a href="http://www.sumeetksinha.com/" style="font-family:"trebuchet ms",sans-serif;font-size:12.8px;color:rgb(17,85,204)" target="_blank">http://www.sumeetksinha.com/</a></div></span></div></div></div></div></div></div></div></div>
</div></div></div></div></div>