<br><br><div class="gmail_quote">On Mon, Jul 6, 2009 at 6:00 PM,  <span dir="ltr">&lt;<a href="mailto:paraview-request@paraview.org">paraview-request@paraview.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. particles rendering with input radii (Griffa, Michele)<br>
   2. Re: Streaming ParaView (Jeff Baumes)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 6 Jul 2009 16:04:56 +0200<br>
From: &quot;Griffa, Michele&quot; &lt;<a href="mailto:Michele.Griffa@empa.ch">Michele.Griffa@empa.ch</a>&gt;<br>
Subject: [Paraview] particles rendering with input radii<br>
To: &quot;<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>&quot; &lt;<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:9BC9FBFF861642438F019598EBB769AD2DE316377D@DU-EXC-MAIL.empa.emp-eaw.ch">9BC9FBFF861642438F019598EBB769AD2DE316377D@DU-EXC-MAIL.empa.emp-eaw.ch</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hello everybody<br>
<br>
I&#39;m using Paraview 3.4.0 to visualize 2D/3D geometrical models of systems made of spherical particles.<br>
My input file contains the information about a VTK unstructured grid.<br>
Each node of the grid is the center of one spherical particle.<br>
Associate to each node there is a scalar parameter representing the radius of the particle.<br>
<br>
after importing the VTK unstructured grid dataset I applied to it the sphere glyph filter.<br>
I choose to scale each glyph according to the scalar PointData &quot;radius&quot; in order to visualize different sphere according to their size.<br>
<br>
Considering that a value &quot;Radius&quot; is also defined in the &quot;Glyph Type - Sphere2 section of the filter&#39;s &quot;Properties&quot; tab, which will be the final actual size for each spherical particle ?<br>
<br>
I mean, how does Paraview handle simultaneously there two pieces of information in the case of multiple spherical glyphs with different size ?<br>
One piece is the fixed radius, the other is the imported value for the radius used for scaling the size of the different sphere ?<br>
<br>
I guess my question is strictly related to this other question: how is the scaling performed when a 1D array of scalars is used as Scale Mode ?<br>
<br>
Any Tutorial or source of information about this detail ?<br>
<br>
How can I choose the &quot;Radius&quot; parameter in the &quot;Properties&quot; tab of the glyph filter such that the actual radii of the rendered particles correspond to the real values assigned to the unstructured grid ?<br>

</blockquote><div><br><br>I also do similar things and  what I used to do is<br> <br><span style="color: rgb(0, 0, 0);">- to choose  glyph type sphere</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">- Scalar   radii</span><br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);"> - </span><b style="color: rgb(0, 0, 0);">set Radius as 1</b><span style="color: rgb(0, 0, 0);"> (in the Sphere tab just after Center property)</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">- select scale mode scalar</span><br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">- </span><b><span style="color: rgb(0, 0, 0);">set scale factor 1</span><br></b><br>Then it should correspond to real values... <br>Hope other would correct me if I am being wrong here<br>
<br>Sreejith<br><br><br></div></div><br>