Re: [Paraview] Scalar bar ranges jump around

2015-12-30 Thread Bob Flandard
Hello Utkarsh and Cory, This issue is not exclusive to "Automatic Annotations". It also exists with the default "Labels" type annotations with or without the "Automatic Label Format" selected. Thanks for investigating, Bob On 30 December 2015 at 21:53, Utkarsh Ayachit wrote: > Ah, the issue se

[Paraview] Visualizing complex vibration modes

2015-12-30 Thread Nima Maftoon via ParaView
Hello all, I am trying to visualize complex vibration modes with Paraview. Unlike in a real mode, points in a complex mode have different phases. Please see previous discussions on this subject:http://www.salome-platform.org/forum/forum_10/587894859http://www.paraview.org/pipermail/paraview/20

Re: [Paraview] Scalar bar ranges jump around

2015-12-30 Thread Utkarsh Ayachit
Ah, the issue seems to be with "Automatic Annotations". Cory, can you check this out when you get the chance? I am not entirely sure how automatic annotations should work here, if at all. Utkarsh On Tue, Dec 29, 2015 at 5:26 PM, Bob Flandard wrote: > Hello Utkarsh, > > Thank you for the suggesti

Re: [Paraview] ParaviewWeb - Python Script

2015-12-30 Thread Sebastien Jourdain
Oops the previous mail was sent before I finished the edit... Sorry... It will be ParaView/Python inside .../pv_web_visualizer.py [...] class _VisualizerServer(pv_wamp.PVServerProtocol): @staticmethod def add_arguments(parser): [...] # Add your extra arg here @staticm

Re: [Paraview] ParaviewWeb - Python Script

2015-12-30 Thread Sebastien Jourdain
It will be ParaView/Python inside .../pv_web_visualizer.py [...] class _VisualizerServer(pv_wamp.PVServerProtocol): @staticmethod def add_arguments(parser): [...] # Add your extra arg here @staticmethod def configure(args): [...] # Extract your arg

Re: [Paraview] ParaviewWeb - Python Script

2015-12-30 Thread Ruggiero Guida
Thanks Sebastian, Sorry for the silly question, but I am not sure how I can run a script on the server once it has been initiated with server.start_webserver(options=args, protocol=_VisualizerServer) I am not very familiar with VTK programming. Thanks Ruggiero On 30 December 2015 at 19:18, S

Re: [Paraview] ParaviewWeb - Python Script

2015-12-30 Thread Sebastien Jourdain
Hi Ruggiero, It is definitely possible with ParaViewWeb. Either you embedded your initialization code within the Python Script that define the ParaViewWeb server or you can extend the pv_web_visualizer.py one to add a new argument which could be the path to the script you want to run at initializa

[Paraview] ParaviewWeb - Python Script

2015-12-30 Thread Ruggiero Guida
Hi, I use a Python script to run Paraview with predefined settings and automatically load files that are generated by an external application. At the moment I use the '--script' option so that the script is loaded when Paraview is launched. I would like to do something similar with ParaviewWeb. I

[Paraview] ParaView Nastran Reader Guidelines

2015-12-30 Thread Christoph Wölfle
Hi all, I am trying to visualize a Nastran model with some basic results from a linear static analysis. Is there any documentation on how to set up appropriate output options in Nastran for ParaView’s Nastran reader? Until now I tried: 1.) Writing the bulk echo and the results to the .f06 -> go

[Paraview] Use of Python declared variables inside new scripts from ProgrammableSource and/or ProgrammableFilter.

2015-12-30 Thread Guillaume Jacquenot
I would like to use Python declared variables inside new scripts from ProgrammableSource and/or ProgrammableFilter. Why do I want such a thing? I could simply declared these variables in the code of the script. But what if these variables are to be used by several scripts from ProgrammableSource a