<DIV>Dear vtk users,</DIV>
<DIV>I want to clip one volume with two or three vtkplanes. However I want to get the result of intersection of these clip planes, instead of union of the planes.</DIV>
<DIV>If I just use </DIV>
<DIV>volumeMapper->AddClippingPlane(plane1);</DIV>
<DIV>
<DIV>volumeMapper->AddClippingPlane(plane2);
<DIV>volumeMapper->AddClippingPlane(plane3);</DIV>
<DIV> </DIV>
<DIV>I get the result of union of these clip plane.</DIV>
<DIV>I tried to use vtkImplicitBoolean to add these planes, and SetOperationTypeToIntersection, but vtkImplicitBoolean can not pass to AddClippingPlane function of volumeMapper.</DIV>
<DIV> </DIV>
<DIV>How to sovle this problem?</DIV>
<DIV> </DIV>
<DIV>Thanks a lot!</DIV>
<DIV> </DIV>
<DIV>Jane</DIV></DIV></DIV><p>
                <hr size=1>Do you Yahoo!?<br>
Yahoo! Small Business - <a href="http://us.rd.yahoo.com/evt=31637/*http://smallbusiness.yahoo.com/resources/">Try our new resources site!</a>