<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi fellow VTK enthusiasts,<o:p></o:p></p>
<p class="MsoNormal">I have what is in essence a 3D graph of vtkCubeSource objects from which I select one at a time, sometimes using the standard vtkPicker approach, sometimes using other mechanisms I&#8217;ve coded myself.&nbsp; Whichever mechanism I use to do the picking,
 I&#8217;ve also coded how I visually highlight/indicate what&#8217;s been selected; thus, the red wireframe box that the vtkPicker approach leaves around the picked object is at best irrelevant.&nbsp; However, if I follow a vtkPicker-based pick A with a non-vtkPicker-based
 pick B, that red wireframe box remains around picked object A, even though by the internal logic of my application it&#8217;s no longer picked.&nbsp;
<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">That the vtkPicker object &nbsp;thinks it&#8217;s still picked doesn&#8217;t matter to me &#8211; I track picking independently of that &#8211; but I can&#8217;t figure out how to remove that red wireframe box that is a consequence of the vtkPicker&#8217;s &#8220;picked&#8221; state.&nbsp; &nbsp;I&#8217;d
 imagine it&#8217;s just a wireframe vtkCubeSource or the like and that it would have something to do with the vtkPicker&#8217;s vtkActor&#8217;s vtkProperty&#8217;s bounds (as in picker-&gt;GetActor()-&gt;GetProperty-&gt;GetBounds(bounds), where bounds is an array of 6 floats and picker is
 a vtkPicker *), but snooping around in the source code hasn&#8217;t gotten me to find where that red bounding box is drawn.&nbsp; &nbsp;Any suggestions on how I can turn it off and just generally access it?&nbsp; Thanks.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Steve<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span style="color:black">-Steve Chall<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">&nbsp;Senior Research Software Developer<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">&nbsp;Renaissance Computing Institute (RENCI)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">&nbsp;Phone: 919-681-9639<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">&nbsp;Email: <a href="mailto:stevec@renci.org">
<span style="color:blue">stevec@renci.org</span></a></span><o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>