<p>Whoops, I meant unstructured grid in that first paragraph. There&#39;s a filter called &quot;Merge blocks&quot; or something like that which will get you an unstructured grid. Tetrahedralize will do it too.</p>
<p>Resampling shouldn&#39;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.</p>

<div class="gmail_quote">On Nov 16, 2010 8:13 PM, &quot;Pablo Bianucci&quot; &lt;<a href="mailto:pablo.bianucci@mail.mcgill.ca">pablo.bianucci@mail.mcgill.ca</a>&gt; wrote:<br type="attribution"></div>