[vtkusers] vtkCutter equivalent that doesn't automatically triangulate?
Fernando Nellmeldin
f.nellmeldin at open-engineering.com
Fri Dec 8 11:11:51 EST 2017
Hello
I had to do this for our project. I have the plane source to cut the mesh,
and the output of the slice in a vtkTableBasedClipDataSet. This is my
pipeline:
vtkPlaneSource -> vtkCutter
vtkTableBasedClipDataSet -> vtkCutter -> vtkCleanUnstructuredGrid ->
vtkXMLUnstructuredGridWriter
The trick here is to use vtkCleanUnstructuredGrid which is a class I
obtained from ParaView code.
You can follow my discussion here:
https://public.kitware.com/pipermail/vtkusers/2017-October/100018.html
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20171208/e66e632d/attachment.html>
More information about the vtkusers
mailing list