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

2018-02-03 Thread Ahmad .
21:35 Aan: Ahmad . CC: ParaView Onderwerp: Re: [Paraview] Scaling cylinder glyph's radius and height individually Ahmad, First, I recommend that you try loading your plugin in the ParaView UI, using the ParaView that you built your plugin against. Then, in Tools -> Manage Plugins. Click on

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

2018-02-02 Thread Cory Quammen
s on this? > > Best, > Ahmad > > ____________ > Van: Cory Quammen <cory.quam...@kitware.com> > Verzonden: vrijdag 19 januari 2018 16:59 > Aan: Ahmad .; ParaView > > Onderwerp: Re: [Paraview] Scaling cylinder glyph's radius and height > individual

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

2018-02-01 Thread Ahmad .
ng forward to your reply. Best, Ahmad ____________ Van: Cory Quammen <cory.quam...@kitware.com<mailto:cory.quam...@kitware.com>> Verzonden: dinsdag 9 januari 2018 15:30 Aan: Ahmad . CC: paraview@paraview.org<mailto:paraview@paraview.org> Onderwerp: Re: [Paraview] Sca

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

2018-01-19 Thread Cory Quammen
;ScalingArray"); > I think that should work. Best, Cory > Looking forward to your reply. > > Best, > Ahmad > > > > -- > *Van:* Cory Quammen <cory.quam...@kitware.com> > *Verzonden:* dinsdag 9 januari 2018 15:30 > *Aan:* Ahmad

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] 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