[Paraview] Iterations in Paraview script

Sheri, George (CORP, GEITC) George . Sheri at geind . ge . com
Wed, 15 Oct 2003 20:21:51 +0530


Hi,

Using the paraview script I am trying to do some repetitive tasks. It is =
observed that the application crashes when the no of iterations is more =
than 100. Can you give som clue on this ?

for {set i 100} {$i < 500} {set i [expr $i + 1]} {
$kw(vtkTemp1) SetCurrentPVSourceCallback $kw(vtkTemp531)
$kw(vtkTemp541) SetValue C:/TestImages/PITCT/l7509.dr.$i
$kw(vtkTemp531) AcceptCallback
$kw(vtkTemp1) SetCurrentPVSourceCallback $kw(vtkTemp949)
$kw(vtkTemp949) AcceptCallback
}


Thanks

Sheri