Hi,<div><br></div><div>I would like to attach some tables of data to my multi-block dataset (already containing volumes and surfaces) but many of the filters now cause paraview to crash - i.e. cut, clip, extract threshold, etc. The crash happens because the filters do not check the SafeDownCast to a vtkDataSet.</div>
<div><br></div><div>Here is a Python script that reproduces this:</div><div><br></div><div>8<----------------------------------------------------</div><div>from paraview.simple import *</div><div><div>c = Cylinder()</div>
</div><div><div>h = Histogram()</div></div><div>g = GroupDatasets( Input=[ c, h ] )</div><div><div>s = Slice( SliceType="Plane" )</div></div><div>Show(s)</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
---------------------------------------------------->8</div></div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">Can anyone suggest a better way to attach the data?</div><div><br>
</div><div>Thanks,</div><div>Paul</div><div><br></div><div><br></div>