On Fri, Apr 29, 2011 at 3:16 PM, Hong Yi <<a href="mailto:hongyi@renci.org">hongyi@renci.org</a>> wrote:<br>> Hi David,<br>><br>> Many thanks for the pointer. I have replaced vtkClipPolyData with vtkMapper::AddClippingPlane and picking and highlighting are working now as expected. However, I'd like to achieve the same clipping functionality as "InsideOutOn" in vtkClipPolyData. Is there an equivalent property such as "InsideOutOn" in vtkMapper when a clipping plane is added? I know I can probably invert clipping plane normal to achieve this, but thought there might be a nicer way to achieve this.<br>
<br><div>There is no InsideOut equivalent, it is necessary to flip the normal.</div><div><br></div><div> - David</div><div><br></div>