[Paraview] 2D Glyph Circle

Jean M. Favre jfavre at cscs.ch
Tue Apr 21 06:46:35 EDT 2009


Sreejith Kuttanikkad wrote:
> Dear Paraview,
> 
> When I select the 2D Glyph Circle option in Paraview 3.4.0, the glyphs look
> more like an octagon than a circle. I could not find an option to increase
> the number of sides or resolution so that it looks like circle. How can I do
> that,  like for instance, in sphere glyph there is an option to change theta
> resolution in the properties tab.
> 


You cannot change it, unless you modify the source code. It is
hard-coded to generate 8 points.

Look in ./VTK/Graphics/vtkGlyphSource2D.cxx

vtkGlyphSource2D::CreateCircle()

Jean --
Swiss National Supercomputing Center


More information about the ParaView mailing list