<div>Hi again, </div>
<div> </div>
<div>I order to navigate through the blocks of the MultiBlockDataSet, you should use the <em><strong>GetBlock</strong></em> function. </div>
<div> </div>
<div>For your second question : there is such a function. </div>
<div>It is called vtkAppendFilter. (see <a href="http://www.vtk.org/doc/release/5.6/html/a00125.html">http://www.vtk.org/doc/release/5.6/html/a00125.html</a>)</div>
<div> </div>
<div>It returns an UnstructuredGrid, that you can probe using the probe filter. </div>
<div> </div>
<div>Here agin, you should iterate through the blocks of the MultiBlocks in order to append each block as input of the AppendFilter. <br><br></div>
<div class="gmail_quote">2011/10/17 Hamilton Woods <span dir="ltr"><<a href="mailto:ghw@accutrol.com">ghw@accutrol.com</a>></span><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">I am reading a PLOT3D solution (.xyz and .q files) that<br>has 2 blocks. When I probe points using VTK, the scalar<br>
tuples are available for the data in the first block,<br>but not in the second block.<br><br>Can a probe be made of points in multiblock data?<br><br>If so, how does one obtain the tuples for data in each<br>of the blocks?<br>
<br>If not, is there a VTK function to convert multiblock<br>data to a single block?<br><br>Thanks,<br>Hamilton Woods<br><br>_______________________________________________<br>Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br>