<div dir="ltr"><div><div><div>I guess I missread te question.<br><br>&gt;&gt; How can I check if an actor is behind another actor and partially not shown?<br><br></div>I do not know a direct method of checking if actor is partially not shown<br>
</div>But you can do an opposite - determine what cells are selected using vtkVisibleCellSelector.<br></div><br><div><a href="http://www.vtk.org/doc/release/5.2/html/a01496.html">http://www.vtk.org/doc/release/5.2/html/a01496.html</a><br>
<br>in theory  you could make this only actor visible, find visible cells,<br>then do the same with other actors visible, then compare if all cells from the first rendering are visible in this case.<br><br><br></div><div>
Not sure how fast this would be since at least a few rendering are required.<br><br></div><div>Alex<br></div><div><br><br><br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 15, 2013 at 12:10 PM, Max <span dir="ltr">&lt;<a href="mailto:smapersmaper@gmail.com" target="_blank">smapersmaper@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alex and thank you for your reply<br>
>From what I know and maybe I don&#39;t know something when an actor is partially<br>
behind another actor it can still be picked.<br>
So I don&#39;t understand your suggestion<br>
Could you please clarify it more?<br>
<br>
Thank you,<br>
Max<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Actor-behind-tp5721411p5721424.html" target="_blank">http://vtk.1045678.n5.nabble.com/Actor-behind-tp5721411p5721424.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>