[Paraview] Volume rendering of CSV data

John Haiducek jhaiduce at gmail.com
Tue Nov 16 21:39:53 EST 2010


Whoops, I meant unstructured grid in that first paragraph. There's a filter
called "Merge blocks" or something like that which will get you an
unstructured grid. Tetrahedralize will do it too.

Resampling shouldn't be too hard in Python. You can create a
vtkStructuredPoints grid and then resample your dataset onto it using
vtkProbeFilter. Resampling can be very slow (hours for a small unstructured
grid), but volume renders on structured points are orders of magnitude
faster than on unstructured grids.
On Nov 16, 2010 8:13 PM, "Pablo Bianucci" <pablo.bianucci at mail.mcgill.ca>
wrote:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101116/cc6aadb5/attachment.htm>


More information about the ParaView mailing list