<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Jean, David,<br>
<br>
I finally managed to have the programmable source for my binary file
working and converted into a standard reader. Thank you for your
help!<br>
<br>
Best,<br>
Ellon<br>
<br>
<div class="moz-cite-prefix">On 04/25/2016 10:25 PM, Favre Jean
wrote:<br>
</div>
<blockquote
cite="mid:0EB9B6375711A04B820E6B6F5CCA9F68435E457B@MBX211.d.ethz.ch"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<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>
</blockquote>
<br>
</body>
</html>