Thanks for the reply - we are looking at doing that now instead.  One downside is that we need to write another filter in order to create a table so that we can plot the data although we did still require an extract block before it can be displayed in the line chart.  <div>
<br></div><div>Ideally we would like the filters to work and the multi-block dataset to be viewable in the line chart allowing the user to select the blocks in the display tab.  I might look at fixing/implementing this when I merge back with the master.</div>
<div><br></div><div>Regards,<br>Paul<br><br><div class="gmail_quote">On 4 January 2011 13:34, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">How about attaching them to FieldData of the blocks?<br>
<br>
Utkarsh<br>
<div><div></div><div class="h5"><br>
On Tue, Jan 4, 2011 at 8:23 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; I would like to attach some tables of data to my multi-block dataset<br>
&gt; (already containing volumes and surfaces) but many of the filters now cause<br>
&gt; paraview to crash - i.e. cut, clip, extract threshold, etc.  The crash<br>
&gt; happens because the filters do not check the SafeDownCast to a vtkDataSet.<br>
&gt; Here is a Python script that reproduces this:<br>
&gt; 8&lt;----------------------------------------------------<br>
&gt; from paraview.simple import *<br>
&gt; c = Cylinder()<br>
&gt; h = Histogram()<br>
&gt; g = GroupDatasets( Input=[ c, h ] )<br>
&gt; s = Slice( SliceType=&quot;Plane&quot; )<br>
&gt; Show(s)<br>
&gt; ----------------------------------------------------&gt;8<br>
&gt; Can anyone suggest a better way to attach the data?<br>
&gt; Thanks,<br>
&gt; Paul<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>