<div class="gmail_quote">On Mon, Sep 27, 2010 at 3:49 PM, Wendel Silva <span dir="ltr"><<a href="mailto:wendelbsilva@gmail.com">wendelbsilva@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello everyone,<br><br>I have a vtkPolyData and I wanna to get its mesh. From the instance I have, Im able to get the normals, texture coordinates and the index of the triangles but, Im not able to get the vertices.<br>The TCoord and Normals I found inside the PointData. The vectors in the PointData is None. Inside the GetPolygons I was only able to get the index of the triangles.<br>
<br></blockquote><div class="gmail_quote"><br></div>Are you looking for vtkPolyData::GetPoints() ?<br><br>David</div>