<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body ocsi="0" fpstyle="1" bgcolor="#FFFFFF">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Ellon<br>
<br>
by default, the representation for vtkPolyData is "Surface". That is why you have an empty screen. Toggle the representation mode to "Points", or better yet, to "Gaussian Points", and your vertices will appear. (U might need to reset the camera)<br>
<div><br>
if you really need cells, you should follow the same reasoning and create a numpy array, which you can give to the vtkPolyData object all at once. I don't have ParaView on my current device to try the exact syntax, but it will be one of the SetCells() call.<br>
<br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">-----------------<br>
Jean</div>
</span></font></div>
</div>
</div>
</body>
</html>