Re: [Paraview] vtkSMCollaborationManager::FollowUser(id) doesn't update view

2016-06-14 Thread Sven Kramer
Yes, all these timer loops in paraview are annoying. There is no platform independent solution for registering callbacks on sockets, but for each supported OS a clean solution exists, which you could implement. So, it is doable, but requires more effort than what is usually put into paraview.

Re: [Paraview] [ParaView] How to add slice thickness ?

2016-06-14 Thread Chathu Gunasekera
Hi Cory, Thank you so much for your response. Really appreciate it. Well, i used the Programmable Filter and gave the spacing in mm. (i am suppose to get a 3D model), unfortunately i am getting a straight line (pls see the attachment). Earlier i was using the Calculator filter and i only could

Re: [Paraview] [ParaView] How to add slice thickness ?

2016-06-14 Thread Cory Quammen
I suspect you are running out of memory with the Transform Filter. Another approach would be to use a Programmable Filter and just change the spacing information of the image data. Try this Python in the Script property of the Programmable Filter: input = self.GetInput() output =

Re: [Paraview] (no subject)

2016-06-14 Thread Shawn Waldon
Hi Vince, This is expected. Essentially ParaViewWeb allows you to remotely view the ParaView output with your browser. If you launched the Visualizer without pointing a browser at it and then went to another computer and pointed a browser at the first computer, you would see the ParaViewWeb

[Paraview] (no subject)

2016-06-14 Thread Vincent Perry
Hello, When running ParaViewWeb on a Mac, a pvpython window entitled 'Visualization Toolkit - Cocoa #1' pops up on start-up. This window displays the exact same output as the Visualizer in the browser, but there is no way to interact with it directly. If I quit out of this window, the entire

Re: [Paraview] pvpython and vtk classes and functions to create objects

2016-06-14 Thread Utkarsh Ayachit
Yes, you just need to import the appropriate module in python. e.g. @exportRpc("my.test.rpc") def myTestRPCFunction(self): from paraview.vtk.vtkIOImage import vtkImageReader2Factory reader = vtkImageReader2Factory.CreateImageReader(filename) from

Re: [Paraview] Forcing update on view

2016-06-14 Thread Utkarsh Ayachit
I am not sure I follow what you're doing, but here are a few things to note. 1. vtkSMProxy::UpdateVTKObjects() is called to push changes done to a property. Thus, only needs to be called on the proxy whose properties you're changing. Thus, if you are chaning "CompositeDataSetIIndex" property on

Re: [Paraview] [ParaView] How to add slice thickness ?

2016-06-14 Thread Chathu Gunasekera
Thank you so much for your response Cory. Well, you're correct, i am referring to the spacing. When i use the Transform Filter (units in mm) and apply it to the model, the Paraview crashes (Paraview stops working and close the program by itself). Do you know what could be the error? What am i

Re: [Paraview] ANN: ParaView 5.1.0-RC1 available for download

2016-06-14 Thread 曹智选
Centos 6.7, 6.8 OS 2016-06-14 13:19 GMT-04:00 Ben Boeckel : > On Mon, Jun 13, 2016 at 12:11:29 -0400, 曹智选 wrote: > > It turned out that the operating system on my machine does not have the > > library: GLIBCXX_3.4.15. And the linux system on my machine does not > allow

Re: [Paraview] ANN: ParaView 5.1.0-RC1 available for download

2016-06-14 Thread Ben Boeckel
On Mon, Jun 13, 2016 at 12:11:29 -0400, 曹智选 wrote: > It turned out that the operating system on my machine does not have the > library: GLIBCXX_3.4.15. And the linux system on my machine does not allow > me upgrading the library to GLIBCXX_3.4.15. > Is there any other way that I can still use the

Re: [Paraview] [ParaView] How to add slice thickness ?

2016-06-14 Thread Cory Quammen
Chathuri, I'm not really sure what you mean by adding slice thickness. Slices are always infinitesimally thin planes in ParaView. Do you mean setting the spacing between image slices? If so, you should be able to do that with the Transform filter, which lets you specify a different scale in X,

Re: [Paraview] display boundaries of 2D geometry

2016-06-14 Thread Cory Quammen
Matthias, Alas, I don't know much about Salomé. If no one here replies, you might have better luck on the Salomé forum: http://www.salome-platform.org/forum Best, Cory On Tue, Jun 14, 2016 at 5:21 PM, Zenker, Dr. Matthias wrote: > Hi Cory, > > thank you for the

Re: [Paraview] display boundaries of 2D geometry

2016-06-14 Thread Zenker, Dr. Matthias
Hi Cory, thank you for the hint. However, I don't know how to make a mesh generated by Salomé a multi-block dataset. Could you tell me more or give me a pointer on where I can find that out? Thanks, Matthias > -Ursprüngliche Nachricht- > Von: Cory Quammen

Re: [Paraview] display boundaries of 2D geometry

2016-06-14 Thread Samuel Key
Matthias, An approach that works well for me is to exploit the "Part" feature in either the VTK-formats or the EnSight format. The "Part" construct in the VTK XML-format looks to me to have originated based on the need to combine for ParaView a set of results generated from individual

Re: [Paraview] display boundaries of 2D geometry

2016-06-14 Thread Cory Quammen
Hi Matthais, People typically use multi-block data sets for this purpose. ParaView has a multi-block inspector that enables you change the visibility of the blocks in a data set. If you make each surface a block, then you can show/hide each at will. HTH, Cory On Tue, Jun 14, 2016 at 1:11 PM,

Re: [Paraview] Slow with just 1M cells

2016-06-14 Thread Armin Wehrfritz
Hi Michele and Ken, I'm also dealing with dataset that contain polyhedral cells. More precisely my grids are generated using a "cutcell" approach where an initially fully hexahedral mesh is refined in the main region of interest. While most cells will be again hexahedral after the refinement,

Re: [Paraview] display boundaries of 2D geometry

2016-06-14 Thread Zenker, Dr. Matthias
Hi Cory, this helped indeed, thank you. I load the mesh.vtu file and apply the Threshold filter on the GeometryID, and display that together with my simulation results. That works fine. If I want to display several parts selectively, I can use several Thresholds, which is a bit clumsy. It

Re: [Paraview] Forcing update on view

2016-06-14 Thread Andrzej Peczak
I missed the question regarding the problem I describe. Is there a way to programmatically display the content of CompositeDataSetIndex property depending on status of the checkbox widgets I change through vector properties? Andrzej Hi, I have a snippet code which I wrote to allow me to