Hi all,
I am trying to clean an unstructured mesh with a python script and I
want to use the vtkCleanUnstructuredGrid() filter.
What I have now is something that looks like this,

ugrid = vtk.vtkUnstructuredGrid()
gridreader = vtk.vtkXMLUnstructuredGridReader()
gridreader.SetFileName(filename)
gridreader.Update()
ugrid = self.gridreader.GetOutput()

but now I am stuck. How do I apply the filter? and also, where do I
find vtkCleanUnstructuredGrid()?? It doesn't seem to be in any of the
pv classes...
Thank you!
j
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to