<!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.2800.1264" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=&#23435;&#20307; size=2>Hi all,</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; (0) Before process:</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; I&nbsp;have 
a&nbsp;polydata with vtkPoints (x,y) z is a <FONT 
color=#800000><STRONG>constant</STRONG></FONT> data (for example 
100).</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; I have a 
vtkfloatarray&nbsp; with the <FONT color=#800000>same</FONT> size of 
vtkPoints</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;My 
purpose:&nbsp;<STRONG>to draw a contour according vtkfloatarray value at the 
level of 
z(const)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</STRONG></FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; 1) first data 
set&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I&nbsp;assigned the 
vtkfloatarray&nbsp;&nbsp; value to z </FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; so I have the 
polydata&nbsp;a&nbsp;set of <STRONG><U>virtual(or fake)</U></STRONG> vtkpoints 
(x,y,z)&nbsp;&nbsp;(z = value of vtkfloatarray)&nbsp; </FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Then I 
use</FONT><FONT face=&#23435;&#20307; size=2> <FONT 
color=#0000ff><STRONG>vtkSurfaceReconstructionFilter</STRONG></FONT>, 
<STRONG><FONT color=#0000ff>vtkContourFilter</FONT></STRONG>,</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;finally I got a <FONT 
color=#008000 size=3><STRONG>isosurface image</STRONG></FONT>.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; 2) second data set</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I still let 
z =(const like 100)</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Then</FONT><FONT face=&#23435;&#20307; 
size=2>&nbsp; 
polydata-&gt;GetPointData()-&gt;SetScalars(vtkfloatarray)</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; so I have 
the polydata with a set of vtkpoints(x,y, 100) with scalars.</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; use <FONT 
color=#0000ff><STRONG>vtkDelaunay2D</STRONG></FONT> , <FONT 
color=#0000ff><STRONG>vtkContourFilter</STRONG></FONT>,</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Finally I got 
<STRONG><FONT color=#ff0000 size=4>nothing</FONT></STRONG>.&nbsp;</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp; Actually I want to draw a 
contour according to the scalar value ,</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp; not to draw a contour 
according to z value.</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I am just curious that, 
for&nbsp;the same data filter: contour,</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp; why sometimes&nbsp;<FONT 
color=#0000ff><STRONG><FONT size=3>VTK</FONT></STRONG> </FONT>draws the image 
according to Z value , sometimes</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp; <STRONG><FONT color=#0000ff 
size=3>VTK</FONT></STRONG> draws the image according to scalar 
value.</FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Any of your 
response&nbsp;is appreciated !&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=&#23435;&#20307; size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=&#23435;&#20307; size=2>Qin</FONT></DIV></BODY></HTML>