<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hello,<br>
<br>
i have a test point p[x,y,z] and a polydata.<br>
I use <span>vtkCellLocator to get the closest cell of the polydata to this point.<br>
<br>
</span>I get:<br>
- the closest point<br>
- the squared distance to the closest point<br>
- cell ID<br>
<br>
Now I want to get the normal vector of the cell. I know the cell ID but I don't know how to get the
<br>
normal vector from it.<br>
<br>
Thank you!<br>
</p>
</div>
</body>
</html>