Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Kristian Sons
Hi Pierre, though Berk answered your questions already, Christophe Mouton from EDF asked me to add some details. I contributed the rewrite of the X3D exporter and the binary X3D exporter on behalf of EDF. The X3D exporter is not aware of the composite data types of VTK. It works roughly like thi

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Pierre JUILLARD
Dear Kristian, I thank you for your answer. I know understand a bit better how it works. I was actually asking to guys of Web3D how should be managed a "mutli-part" scene in X3D in this thread, and I got the answer of using X3D which

[Paraview] How to optimize ParaView compilation

2010-03-11 Thread bassaidai
Hi Ken, hi all. I was wondering whether to compile ParaView 3.6.2 to optimize the speed, we only have to set CMAKE_BUILD_TYPE = Release in CCMake Tool, or if you need to set other variables. Thank you very much again Luis ___ Powered by www.kitware.com

Re: [Paraview] How to optimize ParaView compilation

2010-03-11 Thread bassaidai
I'm sorry, I forgot this: MPIEXEC_MAX_NUMPROCS variable must be changed (default value is 2, but we have 64 cores)? Thank you again. 2010/3/11 bassaidai > Hi Ken, hi all. > I was wondering whether to compile ParaView 3.6.2 to optimize the speed, we > only have to set CMAKE_BUILD_TYPE = Release

[Paraview] Create Cell or Point Data out of Image

2010-03-11 Thread Christian Werner
Hello! I'd like to use the Threshold filter on some image data I have (2d and 3d). 2d images would be any loadable .jpg .tif .png and 3d images come from ITK and are converted back to VTK. The filter is greyed out, and volume rendering is not possible: Error: Cannot volume render since no p

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Kristian Sons
Dear Pierre, I guess now I understood your intention and here some answers (I hope this is not too off topic for other ParaView users): - The X3D exporter just exports the results of the VTK pipeline you configured using VTK - So if you implement some kind of "Switch" by grouping two sources and

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Pierre JUILLARD
Dear Kristian, Thanks again for this most valuable answer. There is I guess a slight misunderstanding in the web3d forum. I do not whish specifically to focus on a switch function. I would like to keep the possibility to configure (in a specific "selection frame") the set of objects to be display

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Kristian Sons
Dear Pierre, I skipped the ParaView list, cause it get's very X3D specific now. You can name the shapes with the DEF attribute. This is not done by the exporter as it has no access to names. Some more tips how you could achieve the functionality you descriped: If Xj3D supports the CAD profile,

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Pierre JUILLARD
Thanks again Kristian. I'm gonna study this track. Best regards Pierre 2010/3/11 Kristian Sons > > Dear Pierre, > > I skipped the ParaView list, cause it get's very X3D specific now. > > You can name the shapes with the DEF attribute. This is not done by the > exporter as it has no access t

Re: [Paraview] How to optimize ParaView compilation

2010-03-11 Thread Moreland, Kenneth
If you mean turn on the appropriate optimization flags in the compiler, then yes all you have to do is set CMAKE_BUILD_TYPE to Release. You might also want to look at the CMAKE_C_FLAGS_RELEASE and CMAKE_CXX_FLAGS_RELEASE variables. These are the actual flags that get added, but if you are usi

[Paraview] Ensight Gold Parallel format

2010-03-11 Thread Hom Nath Gharti
Does ParaView also support Ensight Gold Parallel format? Thank you, Hom Nath ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaV

Re: [Paraview] Ensight Gold Parallel format

2010-03-11 Thread Zhanping Liu
Yes. -Zhanping On Thu, Mar 11, 2010 at 11:53 AM, Hom Nath Gharti wrote: > Does ParaView also support Ensight Gold Parallel format? > > Thank you, > Hom Nath > ___ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.

Re: [Paraview] Ensight Gold Parallel format

2010-03-11 Thread Hom Nath Gharti
great! thank you! On Thu, Mar 11, 2010 at 6:04 PM, Zhanping Liu wrote: > Yes. > -Zhanping > > On Thu, Mar 11, 2010 at 11:53 AM, Hom Nath Gharti > wrote: >> >> Does ParaView also support Ensight Gold Parallel format? >> >> Thank you, >> Hom Nath >> ___

[Paraview] Problems with Paraview 3.7-dev: Save screenshot, ExtractBlock in Python

2010-03-11 Thread bastil2...@yahoo.de
Utkarsh, I tried it and I get no crash anymore. It seems to work fine now. Regards Bastian Bastian, I've committed fixed to CVS head. The problem was with the SurfaceLIC representation and not the ExtractBlock filter :). Utkarsh On Fri, Mar 5, 2010 at 5:37 PM, Bastil2001 at yahoo.de

Re: [Paraview] Problems with Paraview 3.7-dev: Save screenshot, ExtractBlock in Python

2010-03-11 Thread Utkarsh Ayachit
Great! On Thu, Mar 11, 2010 at 3:19 PM, bastil2...@yahoo.de wrote: > Utkarsh, > > I tried it and I get no crash anymore. It seems to work fine now. > > Regards > > Bastian > > Bastian, > > I've committed fixed to CVS head. The problem was with the SurfaceLIC > representation and not the ExtractBl