<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">to take the guess work out, you may simply refer to the help using the<br>


dir() command<br>
<br>
dir(servermanager.sources)    # will print out all sources, and you will<br>
find what you are looking for under the name<br>
<br>
servermanager.sources.PLYreader()<br>
<br>
<br>
</blockquote><div>Jean - ah yes, I forgot about the actual pvpython shell!<br>
<br>
reader = servermanager.sources.plyreader(FileName=ModelFilename)<br>
<br>
Here is how to write once you have the file read:<br>
    writer = servermanager.writers.XMLPolyDataWriter(FileName=&quot;test.vtp&quot;)<br>
    writer.Input = reader<br>
    writer.UpdatePipeline()<br><br>I added an example of how to take a screenshot and how to convert a file to the wiki.<br><br>The only remaining question is why is there no obj support?<br>
<br clear="all">Thanks,<br><br>David <br></div></div>