Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Utkarsh Ayachit
Can you post an image of what you're seeing? Also if you post images for what you see rendered at the following locations in the code, it will be helpful. ... // Load the data files in RAM var data1 = pv.OpenDataFile('test1.vtk'); CAPTURE_IMAGE()

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Sebastien Jourdain
Hi Raj, The reason why you are not seeing the same settings across your data is because you need to apply your SetDisplayProperties for each loaded data. The reason why only the last one is set correctly, it's because ParaView has a stack of active objects. And since the SetDisplayProperties

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Rajvikram Singh
Thanks Sebastien .. that was the problem :) It works fine now and I can switch the different datasets on/off. --- On Thu, 28/4/11, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: From: Sebastien Jourdain sebastien.jourd...@kitware.com Subject: Re: [Paraview] Problem loading

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Sebastien Jourdain
Jourdain sebastien.jourd...@kitware.com Subject: Re: [Paraview] Problem loading multiple volumes in ParaviewWeb To: Rajvikram Singh rajvikr...@yahoo.com Cc: paraview@paraview.org Date: Thursday, 28 April, 2011, 6:19 PM Hi Raj, The reason why you are not seeing the same settings across your data

[Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-27 Thread Rajvikram Singh
Hi everyone .. Greetings !    I'm trying to create a web visualization page where biologists in our lab can see their multi-channel volume data. Each channel is a separate file and since there could be as many as 11-12 channels I want to give them the ability to switch the volumes on/off or