Hi,

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.

Here is a Python script that reproduces this:

8<----------------------------------------------------
from paraview.simple import *
c = Cylinder()
h = Histogram()
g = GroupDatasets( Input=[ c, h ] )
s = Slice( SliceType="Plane" )
Show(s)
---------------------------------------------------->8

Can anyone suggest a better way to attach the data?

Thanks,
Paul
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to