<div>Hi all,</div>
<div>&nbsp;</div>
<div>&nbsp; vtkPolyDataNormals can compute point normals for a polygonal mesh. If I already use this class to get normal for every point, how can I just draw one or serveral point normal out. I mean, I know the exact point coordinate, how can I draw the normal of that point? (the point is original data, no need to interpolate)
</div>
<div>&nbsp;</div>
<div>for example, </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtkPolyDataNormals *normals = vtkPolyDataNormals::New();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; normals-&gt;SetInputConnection(data-&gt;GetOutputPort());<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;normals-&gt;FlipNormalsOn();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;normals-&gt;ComputePointNormalsOn();
<br>&nbsp;</div>
<div>&nbsp;then what should I add? (assume my point coordinate is (x,y,z) )</div>
<div>&nbsp;</div>
<div>&nbsp; Any help would be appreciated. Thanks!</div>
<div>&nbsp;</div>
<div>Best,</div>
<div>Jia-Ming</div>