<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Attached with line to line format, and piece of tcl code;<br><div><br><div><div><font class="Apple-style-span" color="#00407F">package require vtk</font></div><div><font class="Apple-style-span" color="#00407F">package require vtkinteraction</font></div><div><font class="Apple-style-span" color="#00407F"># set the name of data file</font></div><div><font class="Apple-style-span" color="#00407F">set file "mbwavelet.xyz"</font></div><div><font class="Apple-style-span" color="#00407F">vtkPLOT3DReader pl3d</font></div><div><font class="Apple-style-span" color="#00407F">pl3d SetFileName "$file"</font></div><div><font class="Apple-style-span" color="#00407F"># readerquad Update is needed because of .. GetScalarRange ..</font></div><div><font class="Apple-style-span" color="#00407F">pl3d Update</font></div><div><font class="Apple-style-span"
 color="#00407F">vtkGeometryFilter geomFilterquad</font></div><div><font class="Apple-style-span" color="#00407F">&nbsp;&nbsp; &nbsp;geomFilterquad SetInputConnection [pl3d GetOutputPort]</font></div><div><font class="Apple-style-span" color="#00407F">set puntosinit1 [geomFilterquad GetOutput]</font></div><div><font class="Apple-style-span" color="#00407F">set npuntos [$puntosinit1 GetNumberOfPoints]</font></div><div><font class="Apple-style-span" color="#00407F">puts "number of points $npuntos"</font></div><br>--- El <b>mié, 23/3/11, David Doria <i>&lt;daviddoria@gmail.com&gt;</i></b> escribió:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: David Doria &lt;daviddoria@gmail.com&gt;<br>Asunto: Re: [vtkusers] vtkPLOT3DReader not working<br>Para: "pablo p del castillo" &lt;pablodecastillo@yahoo.es&gt;<br>CC: vtkusers@vtk.org<br>Fecha: miércoles, 23 de marzo, 2011 13:08<br><br><div
 id="yiv1370203519"><div><div class="yiv1370203519gmail_quote">On Wed, Mar 23, 2011 at 7:57 AM, pablo p del castillo <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:pablodecastillo@yahoo.es" target="_blank" href="/mc/compose?to=pablodecastillo@yahoo.es">pablodecastillo@yahoo.es</a>&gt;</span> wrote:<br><blockquote class="yiv1370203519gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit;">Hello,<div><br></div><div>I am trying to read this file, but i did not get it, it is not giving mistake, simple the reader is reading nothin.</div>
<div><br></div><div>Any idea?</div></td></tr></tbody></table></blockquote><div><br></div> Which reader are you trying? All of the values are on line 3 - I don't think any of the readers handle data like that.<div>
<br></div><div>David&nbsp;</div></div></div>
</div></blockquote></div></div></td></tr></table><br>