You have a few choices:<br><br>1. Use vtkPLOT3DReader. This reader will produce one output per block. You have to create multiple pipelines to process them.<br>2. Use ParaView.<br>3. Use vtkMultiBlockPLOT3DReader and the multi-block pipeline. Look at
<br>VTK/Graphics/Testing/Cxx/TestMultiBlock.cxx<br><br>-Berk<br><br><div><span class="gmail_quote">On 11/29/05, <b class="gmail_sendername">Randall Hand</b> &lt;<a href="mailto:randall.hand@gmail.com">randall.hand@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm reading a plot3d file (XYZ &amp; Q) with the vtkPLOT3DReader object.&nbsp; The file seems to load just fine, but when I analyze it and try to do Isosurfaces it doesn't work.&nbsp; Closer inspection seems to indicate that using the -&gt;GetOutput method returns only&nbsp; one block of the entire dataset.&nbsp; How do I get the entire dataset, and how do I get this into a vtkContourFilter-like object for isosurfacing?
<br clear="all"><span class="sg"><br>-- <br>Randall Hand<br>Visualization Scientist, <br>ERDC-MSRC Vicksburg, MS<br>Homepage: <a href="http://www.yeraze.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.yeraze.com</a>

</span><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br><br><br></blockquote></div><br>