<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I use the ray casting volume rendering to visualize image 
datas.The procedure as follows,</FONT></DIV>
<DIV><FONT size=2>vtkVolumeRayCastIsosurfaceFunction *isosurfaceFunction = 
<BR>&nbsp;&nbsp;&nbsp; vtkVolumeRayCastIsosurfaceFunction::New();<BR>&nbsp; 
isosurfaceFunction-&gt;SetIsoValue(800);<BR>&nbsp;raycastMapper-&gt;SetVolumeRayCastFunction( 
isosurfaceFunction ); </FONT></DIV>
<DIV><FONT size=2>Every thing is Ok.</FONT></DIV>
<DIV><FONT size=2>Now I want to get the pixel coordinates of the isosurface of 
800 gray value.I know that the isosurface</FONT></DIV>
<DIV><FONT size=2>is connected by triangles,how can I get the pixel coordinates 
or nearby coordinates corresponding to </FONT></DIV>
<DIV><FONT size=2>the isosurface?</FONT></DIV>
<DIV><FONT size=2>thanks a lot!</FONT></DIV></BODY></HTML>