<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 2, 2014 at 4:15 PM, Wei Wu <span dir="ltr">&lt;<a href="mailto:salad00@gmail.com" target="_blank">salad00@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div dir="ltr"><div><div><div>Hi Bill,<br><br></div>This is a good idea. I can use the writer to export each object separately and insert into a big xml file format, which is possible. When reading I can extract the objects one by one and render them.<br>


<br></div>However I don&#39;t think this approach will apply for software like ParaView and, especially, KiwiViewer etc. I was wondering if I can export the complex 3d view into one single supported file and load it into KiwiViewer; thus I can avoid writing a tablet application on my own, which is costly.<br>


<br></div><div>Thanks. I still appreciate more ideas.<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div><br></div>Wei<br></font></span></div></blockquote><div><br>You can use the vtkAppendFilter to combine all of the data into a single &quot;thing&quot;:<br>

<br><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/AppendFilter">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/AppendFilter</a><br><br></div><div>and then write that to a file. Of course you will then no longer be able to view/change properties of each individual object.<br clear="all">

</div><div><div><br>David</div></div></div></div></div>