[Paraview] 2D Glyph Circle

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Apr 21 15:24:53 EDT 2009


Nope, sorry, the circle radius is hard coded, so you will have to recompile.

On Tue, Apr 21, 2009 at 3:09 PM, Sreejith Kuttanikkad
<sreejithpk at gmail.com> wrote:
>
>> Message: 5
>> Date: Tue, 21 Apr 2009 12:46:35 +0200
>> From: "Jean M. Favre"
>>
>> 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
>>
> I am now using the binary version of paraview 3.4.
>  If I want to change, I will have to download the source and modify it and
> compile.. right? No other way?
>
> Thanks
> Sreejith
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list