[Paraview] tables in multi-block datasets
Paul Edwards
paul.m.edwards at gmail.com
Tue Jan 4 08:23:44 EST 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110104/07babf9e/attachment.htm>
More information about the ParaView
mailing list