[Paraview] object magnification for Rapid Prototyping

2012-08-02 Thread Maria Leidinger
Hi folk, my generated object seems to be to small for rapid prototyping. Therefore I would like to magnify it.  At the moment it looks like dust cloud. How could I do this? Best regards, Maria___ Powered by www.kitware.com Visit other Kitware

[Paraview] X displays

2012-08-02 Thread gklontza
Hi all, I'm running paraview on a cluster but i have problems with the X displays. I use the command: mpiexec -n 12 ./pvserver -display localhost:0 --use-offscreen-rendering but when I connect the client i get the message: Display is not accessible on the server side. Remote rendering will

Re: [Paraview] X displays

2012-08-02 Thread David E DeMarle
See the section: Onscreen GPU Accelerated Rendering via X11 Connections In the ParaView user's guide at: http://paraview.org/Wiki/ParaView/Users_Guide/Parallel_Rendering Specifically is X running on the server and does your process have permissions to map windows on each node? David E DeMarle

Re: [Paraview] X displays

2012-08-02 Thread gklontza
I've already seen that and working with the system administrator but still not working. The cluster uses xgm which should be the same. Georgia On 02.08.2012 13:37, David E DeMarle wrote: See the section: Onscreen GPU Accelerated Rendering via X11 Connections In the ParaView user's guide at:

[Paraview] paraview in linux - no dependencies?

2012-08-02 Thread Torsten Lange
Hi, I just downloaded Paraview 3.14 and run it. Are there no dependencies on other libs to be expected when working later more with it? Thanks, Torsten ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] paraview in linux - no dependencies?

2012-08-02 Thread David E DeMarle
The kitware binaries are self contained other than GL and X and system level libraries. If you build from source (for example to get a different MPI) you may have to think about dependencies. Even there the source code includes the source of the user level libraries it needs for the most part.

Re: [Paraview] object magnification for Rapid Prototyping

2012-08-02 Thread Maria Leidinger
Thank you very much.  It works now. Von: David E DeMarle dave.dema...@kitware.com An: Maria Leidinger marialeidin...@yahoo.at CC: paraview@paraview.org paraview@paraview.org Gesendet: 14:19 Donnerstag, 2.August 2012 Betreff: Re: [Paraview] object

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Burlen Loring
In particular, I want a way to get the Camera Normal. You could get the camera normal inside a custom panel on the client side and communicate it to your filter on the server side via the usual sm mechanisms. I have written a custom panel for an improved plane source in which I wanted to set

[Paraview] slice generation for rapid prototyping

2012-08-02 Thread Maria Leidinger
Hello folks, is there an option to create a slice from empty 3D model? My generated models have the shapes of a quarter or ring.  The shapes look like a line construction, because of the empty structures. Any help would be great. Best regards,

[Paraview] generating streamlines from within a programmable filter for pvti data

2012-08-02 Thread Ayan Biswas
Hello experts, I am trying to generate streamlines using the streamtracer filter which I am calling from within a programmable filter. My input data is in .pvti format and I am running in a multiprocessor environment [16 processors]. I was requesting data to be split up among the processors

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Alex Rattner
Hi Sebastien, Thank you very much for the advice. I was able to incorporate the implicit_function plane property using this xml as a guide. -Alex On 08/01/2012 05:48 PM, Sebastien Jourdain wrote: Hi Alex, I don't fully understand what you mean but in ParaView the way clip or slice are

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Alex Rattner
Hi Burlen, Thank you for sharing the code. I will check it out soon. -Alex On 08/02/2012 10:16 AM, Burlen Loring wrote: In particular, I want a way to get the Camera Normal. You could get the camera normal inside a custom panel on the client side and communicate it to your filter on the

[Paraview] how to change paraviewweb configuration to use different activemq port

2012-08-02 Thread Sivaramakrishnan, Chandrika
Hi, I have an existing activemq install that is already using the default port 61616 over http for another application. I think I can enable tcp at a different port and restart activemq, but how can I configure ParaViewWeb to use this new port. Is there a common configuration file where I can

Re: [Paraview] how to change paraviewweb configuration to use different activemq port

2012-08-02 Thread Sebastien Jourdain
Hi Chandrika, if you don't mind you can simply use your existing ActiveMQ instance. Otherwise in the pw-config.properties that should be in the classpath of your tomcat, you have an URL to ActiveMQ server, you can simply change the port here. But, you will need also to let the C++ know how to