<HTML>
<HEAD>
<TITLE>Re: [Paraview] 2D Glyph Circle</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Alternatively, you could try creating the circle you want some other way (for example sphere -&gt; slice), then use the Glyph (Custom Source) filter (instead of the standard Glyph filter) to use the circle you created.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 4/21/09 12:09 PM, &quot;Sreejith Kuttanikkad&quot; &lt;<a href="sreejithpk@gmail.com">sreejithpk@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Message: 5<BR>
Date: Tue, 21 Apr 2009 12:46:35 +0200<BR>
From: &quot;Jean M. Favre&quot; <BR>
<BR>
Sreejith Kuttanikkad wrote:<BR>
&gt; Dear Paraview,<BR>
&gt;<BR>
&gt; When I select the 2D Glyph Circle option in Paraview 3.4.0, the glyphs look<BR>
&gt; more like an octagon than a circle. I could not find an option to increase<BR>
&gt; the number of sides or resolution so that it looks like circle. How can I do<BR>
&gt; that,  like for instance, in sphere glyph there is an option to change theta<BR>
&gt; resolution in the properties tab.<BR>
&gt;<BR>
<BR>
<BR>
You cannot change it, unless you modify the source code. It is<BR>
hard-coded to generate 8 points.<BR>
<BR>
Look in ./VTK/Graphics/vtkGlyphSource2D.cxx<BR>
<BR>
vtkGlyphSource2D::CreateCircle()<BR>
<BR>
Jean --<BR>
Swiss National Supercomputing Center<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I am now using the binary version of paraview 3.4.<BR>
 If I want to change, I will have to download the source and modify it and compile.. right? No other way?<BR>
<BR>
Thanks<BR>
Sreejith <BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:7.5pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>