<div class="gmail_quote">On Thu, Dec 2, 2010 at 12:32 PM, akbarjan bayiz <span dir="ltr"><<a href="mailto:abayiz@yahoo.com">abayiz@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello, David!<br>
Thank you for your answers and suggestions.<br>
What I am trying to do is, to open and render an existing obj file, save its polydata, then open and change those saved polydata and render them. So, it is expected to see the corresponding changes of the newly rendered object. Do you have any other suggestions to do this?<br>
<br>
Thank you again!<br clear="all"></blockquote><meta http-equiv="content-type" content="text/html; charset=utf-8"><div class="gmail_quote"><br></div>Please keep the discusson on the list so everyone can help and benefit.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">You can open the obj using vtkOBJReader, you can write it to a vtp file using vtkXMLPolyDataWriter, you can read that new file with vtkXMLPolyDataReader.</div><div class="gmail_quote">
<br></div><div class="gmail_quote"><meta http-equiv="content-type" content="text/html; charset=utf-8">So which part are you missing? </div><div class="gmail_quote"><br><div>David</div></div>