<div>Hello All,</div>
<div> </div>
<div>I am trying to work vtkPolyData and would like to know the most convienient ways to </div>
<div>access the following situation.</div>
<div><br>1. Access the vertex normals and the particular vertex. (and how the vertex normals are calculated </div>
<div>inside vtk, avg of surface normals of the cells connected to that normal?)</div>
<div> </div>
<div>2. There is a function in vtk GetCellNeighbors to get the cells connected to a vertex. However,</div>
<div>the function requires a cellid. Is there a way that I can do this without giving the cellid in a </div>
<div>clean mesh where each vertex is unique.</div>
<div> </div>
<div>3. What is the best source to read to understand the internal data structure of polygonal data?</div>
<div> </div>
<div>Thank you.</div>
<div> </div>
<div>Jaya</div>