Re: [Paraview] StreamTracer: Combined ReasonForTermination or select individual polylines?

2017-03-14 Thread Andy Bauer
In Python you can do something like create a Threshold filter to # create a new 'Threshold' threshold1 = Threshold(Input=streamTracer1) threshold1.Scalars = ['CELLS', 'SeedIds'] threshold1.ThresholdRange = [1.0, 2.0] threshold1.CellData['ReasonForTermination'].GetRange() This will give you the

Re: [Paraview] ParaView 5.3.0 released

2017-03-14 Thread Cory Quammen
Fabian, The superbuild was tagged with v5.3.0 this morning. Best regards, Cory On Tue, Mar 14, 2017 at 5:52 PM, Fabian Wein wrote: >> On behalf of the ParaView team, I am happy to announce that ParaView >> 5.3.0 has been released and is ready to download from >> >> http://www.paraview.org/downl

Re: [Paraview] ParaView 5.3.0 released

2017-03-14 Thread Fabian Wein
> On behalf of the ParaView team, I am happy to announce that ParaView > 5.3.0 has been released and is ready to download from > > http://www.paraview.org/download > > Release notes for ParaView 5.3.0 are available at > > https://blog.kitware.com/paraview-5-3-0-release-notes/ Please add the tag

Re: [Paraview] StreamTracer: Combined ReasonForTermination or select individual polylines?

2017-03-14 Thread Liang Wang
A follow-up question: How to perform the `Find Data` by `criteria` in Python? I tried to record a macro but only got extractSelection1 = ExtractSelection(Input=tube1, Selection=None) On Tue, Mar 14, 2017 at 3:47 PM, Liang Wang wrote: > Thank you, Andy. > > > I): > > I'm using 5.3 and your e

Re: [Paraview] Remote rendering to multiple displays

2017-03-14 Thread Léo Pessanha
I believe I was not clear. The 6 viewports I want to achieve cannot be in the GUI. They have to be separate like when using a .pvx file in the server. The problem is when using a .pvx the viewports are open in the remote machine, I want them to be open in the client machine. Best regards, Leonar

Re: [Paraview] StreamTracer: Combined ReasonForTermination or select individual polylines?

2017-03-14 Thread Andy Bauer
Hi, What version of ParaView are you using? >From my testing it looks like each direction for the stream tracer seeds has a separate reason for termination in PV 5.3 -- see the attached image. The domain is a box with length 20 on each side, the velocity is [1, 0, 0], the seeds are a line source

Re: [Paraview] [EXTERNAL] Gridline Visibility Reduction Inquiry (v.5.3.0)

2017-03-14 Thread Cory Quammen
Issue reported here: https://gitlab.kitware.com/paraview/paraview/issues/17296 On Tue, Mar 14, 2017 at 1:59 PM, Scott, W Alan wrote: > Joel, > > Gridlines really are too light. I will add a bug. Thanks for reporting. > > > > They can be changed trivially. Make a 2d plot. Properties tab. > A

[Paraview] StreamTracer: Combined ReasonForTermination or select individual polylines?

2017-03-14 Thread Liang Wang
If the IntegrationDirection is set to BOTH, the two segments of the streamlines from the seed might terminate for different reasons. For example, one end might end due to STAGNATION, the other due to OUT_OF_DOMAIN. When coloring by ReasonForTermination, then the two segments are colored differently

Re: [Paraview] [EXTERNAL] Gridline Visibility Reduction Inquiry (v.5.3.0)

2017-03-14 Thread Scott, W Alan
Joel, Gridlines really are too light. I will add a bug. Thanks for reporting. They can be changed trivially. Make a 2d plot. Properties tab. Advanced. Click Left Axis Grid Color. Make it darker. Repeat for Bottom Axis.. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behal

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-14 Thread Sebastien Jourdain
Hi Ben, Those modules are needed and should be shipped with ParaView. I believe the issue might be in the ParaView project itself not in its superbuild. I'm guessing, I messed up a dependency when I split the python code between python 2+3 and python 2 only. The python 2 one should depend on thos

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-14 Thread Ben Boeckel
On Tue, Mar 14, 2017 at 12:01:32 -0300, Rodnei Couto wrote: > Python modules are different from 5.2 to 5.3 > > For example, inside* lib/python2.7/site-packages, *the version 5.2 has the > modules *autobahn, zope and twisted*, and the version 5.3 does not. > > I tried to copy the twisted and zope

Re: [Paraview] ParaView Web - module twisted.internet error

2017-03-14 Thread Rodnei Couto
Python modules are different from 5.2 to 5.3 For example, inside* lib/python2.7/site-packages, *the version 5.2 has the modules *autobahn, zope and twisted*, and the version 5.3 does not. I tried to copy the twisted and zope modules from version 5.2 to version 5.3, but a got others errors. By no

Re: [Paraview] Remote rendering to multiple displays

2017-03-14 Thread Mathieu Westphal
1) ParaView in client server mode with remote rendering enabled, connected to a pvserver on your cluster. Multiple viewports are not a problem. 2) X ParaView in client server mode with remote rendering enabled, connected to a pvserver in multi-client mode on your cluster. Multiple viewports are not