[vtkusers] How to clip volume with the intersection of two or three clip planes?
Jane Smith
vtkquestion at yahoo.com
Wed Apr 13 05:46:02 EDT 2005
Dear vtk users,
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.
If I just use
volumeMapper->AddClippingPlane(plane1);
volumeMapper->AddClippingPlane(plane2);volumeMapper->AddClippingPlane(plane3);
I get the result of union of these clip plane.
I tried to use vtkImplicitBoolean to add these planes, and SetOperationTypeToIntersection, but vtkImplicitBoolean can not pass to AddClippingPlane function of volumeMapper.
How to sovle this problem?
Thanks a lot!
Jane
---------------------------------
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050413/d8d9205d/attachment.htm>
More information about the vtkusers
mailing list