Hi,<br><br>I am looking for a help in animating the 3D raw binary data files. <br>The files are named as u1.0, u1.1, u1.2, ... and the file details are<br>provided below.<br>To animate, I tried to use the fileprefix as &#39;u1&#39; and file pattern  as <br>
&#39;%s.%d&#39;, but found that it does not work. <br>Could you please share your expertise in animating the raw binary files in<br>a an ascending order of the file names? <br><br>File details:<br><br>try: paraview.simple<br>
except: from paraview.simple import *<br>paraview.simple._DisableFirstRenderCameraReset()<br><br>u1_0 = ImageReader( FilePrefix=&#39;u1.0&#39; )<br><br>u1_0.DataExtent = [0, 128, 0, 128, 0, 1]<br>u1_0.DataByteOrder = &#39;LittleEndian&#39;<br>
u1_0.DataScalarType = &#39;float&#39;<br><br>RenderView1 = GetRenderView()<br>DataRepresentation1 = Show()<br>DataRepresentation1.ScalarOpacityUnitDistance = 7.108690992298187<br>DataRepresentation1.Representation = &#39;Outline&#39;<br>
DataRepresentation1.EdgeColor = [0.0, 0.0, 0.5000076295109483]<br><br>RenderView1.CenterOfRotation = [63.5, 63.5, 0.5]<br><br>a1_ImageFile_PVLookupTable = GetLookupTableForArray( &quot;ImageFile&quot;, 1, NanColor=[0.4980392156862745, 0.4980392156862745, 0.4980392156862745], RGBPoints=[-0.009572385810315609, 0.0, 0.0, 1.0, 0.009394483640789986, 1.0, 0.0, 0.0], VectorMode=&#39;Magnitude&#39;, ColorSpace=&#39;HSV&#39;, ScalarRangeInitialized=1.0 )<br>
<br>a1_ImageFile_PiecewiseFunction = CreatePiecewiseFunction()<br><br>ScalarBarWidgetRepresentation1 = CreateScalarBar( Title=&#39;ImageFile&#39;, LabelFontSize=12, Enabled=1, LookupTable=a1_ImageFile_PVLookupTable, TitleFontSize=12 )<br>
GetRenderView().Representations.append(ScalarBarWidgetRepresentation1)<br><br>RenderView1.CameraPosition = [63.5, 63.5, 347.4758305723389]<br>RenderView1.CameraFocalPoint = [63.5, 63.5, 0.5]<br>RenderView1.CameraClippingRange = [342.51107226661554, 353.43296803092403]<br>
RenderView1.CameraParallelScale = 89.80395314238677<br><br>DataRepresentation1.Representation = &#39;Surface&#39;<br>DataRepresentation1.ScalarOpacityFunction = a1_ImageFile_PiecewiseFunction<br>DataRepresentation1.ColorArrayName = &#39;ImageFile&#39;<br>
DataRepresentation1.LookupTable = a1_ImageFile_PVLookupTable<br><br>Render()<br><br>Thanks,<br>Rakesh<br>=========<br>