<meta http-equiv="content-type" content="text/html; charset=utf-8"><div>On Tue, Jun 14, 2011 at 10:11 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:</div>
<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Try:<br>
<br>
GetDisplayProperties(FindSource(&quot;Sphere1&quot;))<br>
<div><div></div><div class="h5"></div></div></blockquote></div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>Thanks Utkarsh! If anyone else is interested, this is all it took:</div>
<div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: monospace; font-size: 10px; line-height: 12px; white-space: pre; ">dp = GetDisplayProperties<span class="br0" style="color: black; ">(</span>FindSource<span class="br0" style="color: black; ">(</span><span class="st0" style="color: rgb(72, 61, 139); ">&quot;Sphere1&quot;</span><span class="br0" style="color: black; ">)</span><span class="br0" style="color: black; ">)</span>
dp.<span class="me1" style="color: black; ">SelectionLineWidth</span> = <span class="nu0" style="color: rgb(255, 69, 0); ">5</span></span></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: 10px; line-height: 12px; white-space: pre; "><span class="nu0" style="color: rgb(255, 69, 0); "><br>
</span></span></div><div><a href="http://www.paraview.org/Wiki/ParaView/PythonRecipes/HighlighThickness">http://www.paraview.org/Wiki/ParaView/PythonRecipes/HighlighThickness</a></div><div><br></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: 10px; "><pre class="de1" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: white; border-right-color: white; border-bottom-color: white; border-left-color: white; background-color: initial; line-height: normal; font: normal normal normal 1em/1.2em monospace; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; vertical-align: top; ">
<span class="Apple-style-span" style="font-family: arial; font-size: small; line-height: normal; white-space: normal; ">David</span></pre></span></div></div>