[Paraview] adjusting the glyph filter

2010-10-13 Thread Rob Nugen
Hello Paraviewers The Glyph Filter includes in its properties a glyph type "Arrow." Each arrow can have its radius and length (for both the tip and shaft) be drawn proportionally to the value of the vector it represents. I'm asked to slightly (?) adjust the glyph filter so that, for each individu

Re: [Paraview] adjusting the glyph filter

2010-10-14 Thread David Doria
On Thu, Oct 14, 2010 at 12:52 AM, Rob Nugen wrote: > Hello Paraviewers > > The Glyph Filter includes in its properties a glyph type "Arrow." > Each arrow can have its radius and length (for both the tip and shaft) > be drawn proportionally to the value of the vector it represents. > > I'm asked to

Re: [Paraview] adjusting the glyph filter

2010-10-14 Thread Robert Maynard
Hi Rob, I would look at the new vtkGlyph3DMapper which is a new representation type in ParaView. This will be a good foundation for a custom representation. To learn how to add a new representation you can read http://www.paraview.org/Wiki/Plugin_HowTo#Adding_new_Representations_for_3D_View_using_