<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear community,</p>
<p><br>
</p>
<p>For a simulation I am running, I would like to visualize a bunch of spheres in ParaView (PV). At the moment I do that by sending point data to PV and creating a Glyph filter (Sphere type) on all the points, where the radius is determined by attribute data
 I pass along the point data.</p>
<p><br>
</p>
<p>Now for my project I would like the user to be able to select each sphere (i.e. Glyph object), such that it's attribute data can be displayed (like the Hover On functionality); and in the best case I would like to have this attribute data (such as radius)
 to be modifiable (for now I just a programmable filter in which the user manually fills in the ID of the sphere to change it's corresponding attribute data). </p>
<p><br>
</p>
<p>So my two questions are:</p>
<p>1) Can I select the Glyph as a whole? All the selection options will only select the cells of which the glyph is made of, not the actually sphere.</p>
<p>2) In the Python shell will I be able to see the selected (spheres /glyphs) in order to do some attribute data modifications?</p>
<p><br>
</p>
<p>Best,</p>
<p>Jimmy</p>
</div>
</body>
</html>