<P>&nbsp;I have an polydata surface </P>
<P>&nbsp;How can I compute the curvature for each point (triangle vertex) from<BR>&nbsp;the polydata ?<BR>&nbsp;Curvature means min and max curvature and /or gaussian curvature.<BR>&nbsp;</P>
<P>&nbsp;the problem is:</P>
<P>&nbsp;I started by using this,</P>
<P>&nbsp;this is a pseudo code :</P>
<DIV>vtkCleanPolyData *cleaner=vtkCleanPolyData::New();</DIV>
<DIV>vtkCurvatures *curve1=vtkCurvatures::New();<BR>&nbsp;&nbsp;&nbsp;&nbsp; curve1-&gt;SetInput(cleaner-&gt;GetOutput());<BR>&nbsp;&nbsp;&nbsp;&nbsp; curve1-&gt;SetCurvatureTypeToGaussian();</DIV>
<DIV>vtkCurvatures *curve2=vtkCurvatures::New();<BR>&nbsp;&nbsp;&nbsp;&nbsp; curve2-&gt;SetInput(cleaner-&gt;GetOutput());<BR>&nbsp;&nbsp;&nbsp;&nbsp; curve2-&gt;SetCurvatureTypeToMean();</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>How can I save each point in the polydata and its values of curvatures ( curve1 and curve2 ) in any file ( eg. *.txt)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,<BR><BR><BR><BR><BR></DIV>
<P>&gt; I have an polydata surface </P>
<P>&gt; How can I compute the curvature for each point (triangle vertex) from<BR>&gt; the polydata ?<BR>&gt; Curvature means min and max curvature and /or gaussian curvature.<BR>&gt; </P>
<P>&gt; the problem is:</P>
<P>&gt; I started by using this,</P>
<P>&gt; this is a pseudo code :</P>
<DIV>vtkCleanPolyData *cleaner=vtkCleanPolyData::New();</DIV>
<DIV>vtkCurvatures *curve1=vtkCurvatures::New();<BR>&gt; &nbsp;&nbsp;&nbsp; curve1-&gt;SetInput(cleaner-&gt;GetOutput());<BR>&gt; &nbsp;&nbsp;&nbsp; curve1-&gt;SetCurvatureTypeToGaussian();</DIV>
<DIV>vtkCurvatures *curve2=vtkCurvatures::New();<BR>&gt; &nbsp;&nbsp;&nbsp; curve2-&gt;SetInput(cleaner-&gt;GetOutput());<BR>&gt; &nbsp;&nbsp;&nbsp; curve2-&gt;SetCurvatureTypeToMean();</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>How can I save each point in the polydata and its values of curvatures ( curve1 and curve2 ) in any file ( eg. *.txt)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,<BR>&gt; </DIV><BR>&gt; ------------------------------------------<BR>&gt; <BR>&gt; Faites un voeu et puis Voila ! www.voila.fr <BR>&gt; <BR>&gt; 
<BLOCKQUOTE></BLOCKQUOTE><BR>------------------------------------------<BR><BR>Faites un voeu et puis Voila ! www.voila.fr <BR><BR>