<HTML>
<HEAD>
<TITLE>Bad reader names in paraview.simple (Was: using with python to read file VTK in 3.4 and 3.5)</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Berk,<BR>
<BR>
Looking at readers.xml I see that the STL reader is overriding the STL reader because it has the wrong label. &nbsp;Could you fix this please (and make sure it gets to the 3.6 branch)?<BR>
<BR>
Also, the capitalization of the readers is weird. &nbsp;It is LegacyVTKreader, but shouldn&#8217;t it be LegacyVTKReader? &nbsp;It seem wrong not to have &#8220;reader&#8221; capitalized don&#8217;t you think? &nbsp;This naming is pervasive on many readers.<BR>
<BR>
-Ken<BR>
<BR>
On 5/20/09 4:32 AM, &quot;BOUSSOIR Jonathan 167706&quot; &lt;<a href="Jonathan.BOUSSOIR@cea.fr">Jonathan.BOUSSOIR@cea.fr</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
Hi all,<BR>
<BR>
I am new to paraview, I am using Linux and Paraview 3.4 or/and 3.5. I have 4 questions (with two themes) when I would like reading a file VTK.<BR>
<BR>
- I have made a sphere (surface) with Paraview and saved in a file .VTK<BR>
With python and paraview 3.4, I can read and see the file.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from paraview.servermanager import *<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connection = servermanager.Connect('localhost')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reader = servermanager.sources.LegacyVTKFileReader(FileNames='sphere.vtk')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;view = servermanager.CreateRenderView()<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rep = servermanager.CreateRepresentation(reader, view)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;view.ResetCamera()<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;view.StillRender()<BR>
<BR>
With paraview 3.5, I can read but not see.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I have changed &quot;from paraview.servermanager import *&quot; by &quot;from paraview.simple import *&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and &quot;servermanager.sources.LegacyVTKFileReader&quot; by &quot;servermanager.sources.LegacyVTKreader&quot;<BR>
<BR>
<BR>
- I have made a wavelet (volume) with Paraview and saved in a file .VTK<BR>
With python and paraview 3.4, I can read and can't see.<BR>
I have tried to add &quot;rep.Representation = 4&quot; to see with the volume, but I have a error &quot;Cell scalars not supported, Segmentation error&quot; when I excute the line with &quot;view.StillRender()&quot;<BR>
<BR>
With python and paraview 3.5, I had already a error &quot;Segmentation error&quot; when I read the file. And I don't know how I must do to have the representation with volume.<BR>
<BR>
<BR>
I have done with a file simple to do the examples because I'll have another file VTK to read like that.<BR>
Thanks in advance for your kind help.<BR>
<BR>
Regards,<BR>
Jona<BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:7.5pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>