Hi,<br/><br/>

you can't use an object of type vtkMultiBlockDataSet as the direct input to a filter or a unstructuredgird.<br/>An object of type vtkMultiBlockDataSet consists of multiple blocks.<br/>One of the blocks is a vtkUnstructuredGrid object (I assume it's the first block)<br/>Can't remember at the moment how to retrieve this unstructured grid.<br/>Just have a look at the vtkMultiBlockDataSet object in your debugger.<br/>Assuming your are using Microsoft Visual Studio you can also go to the "Immediate Window" and type 
<p><font style="font-family: Consolas; font-size=10pt;">
?yourVtkMultiBlockDataSet
</font></p>
This should help you to find the unstructured grid block and give you an idea about how to retrieve it.<br/><br/>
with best regards<br/>
Jochen
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/vtkExodusIIReader-usage-tp5713537p5713541.html">Re: vtkExodusIIReader usage</a><br/>
Sent from the <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html">VTK - Users mailing list archive</a> at Nabble.com.<br/>