<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><span style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">Hi All:</span><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">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.&nbsp;</div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">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?</div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">Thanks,</div>                                               </div></body>
</html>