I have a volume that I currently render using the GPU-based volume renderer. Now I want to clip (using a plane) this volume, and render the output (again using the CPU-based volume renderer). However, the problem is that the clipping transforms the data into a unstructured grid, which limits me to using a CPU based renderer.<div>

<br></div><div>Is it possible to use a clipping algorithm that outputs a rectilinear grid? I know that <span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 14px; white-space: pre; ">vtkClipPolyData </span>will create new cells, but I&#39;m not interested in that. Is this possible?</div>

<div><br></div><div>Cheers,</div><div>Tijmen</div>