[vtkusers] Tessellator & Python

Thompson, David C dcthomp at sandia.gov
Thu Oct 13 02:40:14 EDT 2005


> Thanks for the reply -- I'm really pulling my hair out. I have a
> rectilinear mesh of 20-noded hexahedral cells and temperature data
> attached to it.
>
> Any good?
You still haven't told me the exact type (i.e., VTK class name) of
the mesh. Most probably, it is a vtkUnstructuredGrid which will not
work with the vtkGenericDataSetTessellator unless you convert it to
a vtkBridgeDataSet first -- look in VTK/GenericFiltering/Testing/Cxx
for information on the vtkBridgeDataSet classes. Your other option
(and probably the faster option) for refining the hexes is to grab
the vtkTempTessellatorFilter from ParaView/Servers/Filters and pass
it your vtkUnstructuredGrid directly (or use ParaView to run the
vtkTempTessellatorFilter on your data and save the resulting mesh).

    David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20051013/9c38a69c/attachment.htm>


More information about the vtkusers mailing list