[vtkusers] How can I save vtkOBJReader output?

David Doria daviddoria at gmail.com
Thu Dec 2 12:41:29 EST 2010


On Thu, Dec 2, 2010 at 12:32 PM, akbarjan bayiz <abayiz at yahoo.com> wrote:

> Hello, David!
> Thank you for your answers and suggestions.
> 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?
>
> Thank you again!
>

Please keep the discusson on the list so everyone can help and benefit.

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.

So which part are you missing?

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101202/f83857d2/attachment.htm>


More information about the vtkusers mailing list