<div dir="ltr">Kiwi viewer was able to download a 3D scene from the ParaViewWeb (version 1) server, but with all the change made into the current ParaViewWeb, we lost that capability.<div><br></div><div>The way it was working was that Kiwi viewer was downloading a scene descriptor and then making several fetching request, one for each object to finally form the full scene.</div>
<div><br></div><div>Just my 2 cents...</div><div><br></div><div>Seb</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 2, 2014 at 2:36 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You will need to ask the paraview and kiwi viewer folks if they can<br>
save a &quot;scene&quot;.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, Jan 2, 2014 at 4:15 PM, Wei Wu &lt;<a href="mailto:salad00@gmail.com">salad00@gmail.com</a>&gt; wrote:<br>
&gt; Hi Bill,<br>
&gt;<br>
&gt; This is a good idea. I can use the writer to export each object separately<br>
&gt; and insert into a big xml file format, which is possible. When reading I can<br>
&gt; extract the objects one by one and render them.<br>
&gt;<br>
&gt; However I don&#39;t think this approach will apply for software like ParaView<br>
&gt; and, especially, KiwiViewer etc. I was wondering if I can export the complex<br>
&gt; 3d view into one single supported file and load it into KiwiViewer; thus I<br>
&gt; can avoid writing a tablet application on my own, which is costly.<br>
&gt;<br>
&gt; Thanks. I still appreciate more ideas.<br>
&gt;<br>
&gt; Wei<br>
&gt;<br>
&gt;<br>
&gt; On 2 January 2014 15:46, Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; As far as I know, VTK does not have a way to save multiple objects in<br>
&gt;&gt; a single file. I suggest you create a simple file format that contains<br>
&gt;&gt; one .vtu file name per line. Each .vtu file can be created with<br>
&gt;&gt; vtkXMLPolyDataWriter.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Jan 2, 2014 at 3:34 PM, David Doria &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; On Thu, Jan 2, 2014 at 3:28 PM, Wei Wu &lt;<a href="mailto:salad00@gmail.com">salad00@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hi David,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Many thanks for your help. It works.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; However I still have further questions. I use programming way to load a<br>
&gt;&gt; &gt;&gt; vtu file, which contains simulation results, then create a batch of 3D<br>
&gt;&gt; &gt;&gt; source objects. They are all rendered together to compose a complete<br>
&gt;&gt; &gt;&gt; view.<br>
&gt;&gt; &gt;&gt; As I understand the vtkXMLPolyDataWriter can only export one single<br>
&gt;&gt; &gt;&gt; object<br>
&gt;&gt; &gt;&gt; at each time? What if I want to export all the objects plus the vtu<br>
&gt;&gt; &gt;&gt; results<br>
&gt;&gt; &gt;&gt; together to a single file for afterwards restoring?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks for your time in advance.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Best regards,<br>
&gt;&gt; &gt;&gt; Wei<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep the discussion on the mailing list so that everyone can<br>
&gt;&gt; &gt; participate.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I don&#39;t have a good answer for you - perhaps someone else can help.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; David<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>