Re: [Paraview] Glyph type options

2018-01-09 Thread Cory Quammen
Replying back to the list so that others may benefit from and contribute to the conversation. Rotate is an advanced property. To show advanced properties, look in the Properties panel. Click the gear icon to the right of the text box that says "Search ...". You can also search for "Rotate" in

Re: [Paraview] Given 2D Displacement Field, Visualize Stretch as Geometric Change in Mesh

2018-01-09 Thread Cory Quammen
Charlie, You can use the Warp by Vector filter to warp the points in your data set according to a vector field. To get that vector field from your p_x and p_y scalar arrays, it is convenient to use the Python Calculator with the expression make_vector(p_x, p_y, np.zeros(p_x.shape)) Apply the

Re: [Paraview] Scaling cylinder glyph's radius and height individually

2018-01-09 Thread Cory Quammen
Hi Ahmad, Alas, reading the code of vtkGlyph3D, you cannot orient by a vector array different from the vector array used to do the scaling using the functionality in ParaView. You would have to modify either vtkPVGlyphFilter or its parent class vtkGlyph3D, to do this, and expose the new VTK class

Re: [Paraview] Reading group of pvti files: vtkImageData is static over time

2018-01-09 Thread Ahmad .
Was about to create a new question about this, but I remembered I had asked it already a few months back ;-) However I didn't receive a reply unfortunately. Does anyone have a clue? I also opened an issue about this on gitlab: https://gitlab.kitware.com/paraview/paraview/issues/17698 There

Re: [Paraview] Reading group of pvti files: vtkImageData is static over time

2018-01-09 Thread Ahmad .
Sorry wrong link in my last e-mail. This is the correct one: https://gitlab.kitware.com/paraview/paraview/issues/17732 Van: Ahmad . Verzonden: dinsdag 9 januari 2018 14:27 Aan: paraview@paraview.org Onderwerp: Re: Reading group of pvti

Re: [Paraview] Scaling cylinder glyph's radius and height individually

2018-01-09 Thread Ahmad .
Just want to add that a programmatic (C++) solution is preferred rather than using the GUI I have a C++ pipeline where I can set the properties of the cylinder glyph with vtkSMPropertyHelper. I have looked in filters.xml under vtkPVGlyphFilter source proxy (file located in

[Paraview] Glyph type options

2018-01-09 Thread Sonya Davydycheva
Hello, I wonder if there is any option to change SIZE of the glyphs (arrows or spheres)? They look enormously large and tend block each other on my scalar data set while using Glyph option. I will appreciate any tip. Sonya Davydycheva (713)498-6139

Re: [Paraview] Glyph type options

2018-01-09 Thread Cory Quammen
Reduce the value of the "Scale Factor" property in the Glyph filter to reduce the glyph size. On Tue, Jan 9, 2018 at 11:21 AM, Sonya Davydycheva wrote: > Hello, > > I wonder if there is any option to change SIZE of the glyphs (arrows or > spheres)? They look enormously large