Hi All: I have a problem with Delaunay2D filter projection plane. I have a 3D data of tumor, and I want to apply the Delaunay2D filter to three slices of the 3D data. Each slice will be in one plane. For the slice lying in XY plane everything is good (as the projection plane of the Delaunay filter is XY by default). However, for the other planes Delauany2D only returns a set of dots and not a surface. Changing to choose best fit for projection plane does not help. One solution that I have found is to first rotate that plane into XY, do the delaunay transform and then rotate back, but does any body have a better solution? Am I doing something wrong? Thanks,
_______________________________________________ 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
