<div dir="ltr"><div>You can get the coordinates manually with:<br><br>double p[3];
<br>points->GetPoint(i, p);<br><br></div>but if you want to write them with a writer (e.g. vtkSimplePointsWriter), they will always have to be wrapped in a vtkPolyData first (polydata->SetPoints(points)).<br><div>
<div><br>David</div></div></div>