<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a volume dataset loaded from TIFF images 
that I would like to slice using a simple plane. From the slice, I'd like to get 
back just the values along that slice, map them to a colorscale, and draw the 
result as a height map.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm pretty sure I can figure out the last two 
steps, but I'm stuck on slicing the volume. I've looked into using vtkPlane and 
vtkClipDataSet, but I'm not sure how to turn the results into something I can 
draw. I've also checked out vtkImageDataGeometryFilter, but that doesn't seem to 
be able to slice at arbitrary orientations.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any help would be greatly appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Peter Parente</FONT></DIV></BODY></HTML>