[vtkusers] vtkClipPolyData

David Gobbi david.gobbi at gmail.com
Tue Mar 30 09:23:13 EDT 2010


Hi Sebastian,

You should be able to use vtkClipDataSet to clip a structured grid.
The output will be an unstructured grid.
Or you can use vtkDataSetSurfaceFilter or vtkGeometryFilter to convert
your data to vtkPolyData.

Cheers,

  David



On Tue, Mar 30, 2010 at 7:03 AM, Sebastian Gatzka
<sebastian.gatzka at stud.tu-darmstadt.de> wrote:
> Hello again.
>
> I want to clip a structuredGrid with vtkClipPolyData.
> The filter needs polyData (as the name suggests).
>
> How can I transform my structuredGrid-data to polyData?
>
> Cheers, Sebastian



More information about the vtkusers mailing list