<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Dear vtk users;</DIV>
<DIV>I have&nbsp;a surface&nbsp;coordinate (like P(x,y,z))&nbsp;of a 3D object. I would like to calculate just this point's normal.&nbsp; By means of the following code I think I get all point's normals? Then how can I get the P(x,y,z) 's normal? I mean that ,I just want to get point's normal which is specified by me. best regards</DIV>
<DIV>&nbsp;</DIV>
<DIV>vtkPolyDataNormals *dataset = vtkPolyDataNormals::New();<BR>        dataset-&gt;SetInput(reader1-&gt;GetOutput());<BR>        dataset-&gt;SetFeatureAngle(60.0);<BR>        dataset-&gt;FlipNormalsOff();<BR>        dataset-&gt;Update();<BR></DIV></div><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com </body></html>