Re: [Paraview] [EXTERNAL] Zoom in/out

2017-06-19 Thread Scott, W Alan
One set of ParaView tutorials is here: https://www.paraview.org/Wiki/SNL_ParaView_4_Tutorials. In the one ParaView and Python, the command is given, with supporting python. https://www.paraview.org/Wiki/ParaView_and_Python I believe you are looking for the “Dolly” command. So, Control the

[Paraview] Zoom in/out

2017-06-19 Thread Rustem Khabetdinov
Hello, Is there any python script to zoom in by some percent? I tried to create one myself but it fails to zoom in correctly. Best Regards, Rustem. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opens

[Paraview] Paraview segfault on (orthographic) slice view

2017-06-19 Thread Vogel Dorian
Hi all, I've had a serious issue since last week now: Whenever I visualize a polygonal Mesh in the Slice View or orthogonal slice view: - in slice view: Paraview crashes as soon as I click on any of the slice cursors to grab it to another position. - in orthographic slice view: I can scroll i

Re: [Paraview] Overriding the maximal cylinder source resolution

2017-06-19 Thread Tomislav Maric
Hi Yoshimi, Thanks for the info. I built my tests around the maximal available resolution. I will check out the programmable source / filter / loop subdivision if this turns out not to be sufficiently accurate. Kind regards, Tomislav On 05/30/2017 05:27 AM, kenichiro yoshimi wrote: > Hi Tomislav

Re: [Paraview] Overriding the maximal cylinder source resolution

2017-06-19 Thread Tomislav Maric
Hi Mathieu, OK, thank you for the infos! Kind regards, Tomislav On 05/30/2017 09:49 AM, Mathieu Westphal wrote: > Hello > > One way to go would be to copy (or subclass) vtkCylinderSource and > built it as a Plugin for paraview. > Easy if you are building ParaView yourself, more complex otherwis