<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV>Hi~</DIV>
<DIV>I tried to read a standard vtk file and plot it on the screen. I use the 
standard procedure to put the following </DIV>
<DIV>data in VTK framework, however, finally there is nothing on the 
screen,</DIV>
<DIV>here is the data file:</DIV>
<DIV>*************************************************</DIV>
<DIV># vtk DataFile Version 2.0<BR># This file is generated by 
ABCDE.<BR>ASCII</DIV>
<DIV>&nbsp;</DIV>
<DIV>DATASET UNSTRUCTURED_GRID<BR>POINTS 8 
double<BR>0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>7.00000000000e-007&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.00000000000e-006&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.70000000000e-006&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp; 
<BR>0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1.50000000000e-006&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>7.00000000000e-007&nbsp;&nbsp;&nbsp; 1.50000000000e-006&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.00000000000e-006&nbsp;&nbsp;&nbsp; 1.50000000000e-006&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.70000000000e-006&nbsp;&nbsp;&nbsp; 1.50000000000e-006&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>CELLS 6 24<BR>3&nbsp;0 
&nbsp;5&nbsp;4<BR>3&nbsp;0&nbsp;1&nbsp;5<BR>3&nbsp;1&nbsp;6&nbsp;5<BR>3&nbsp;1&nbsp;2&nbsp;6<BR>3&nbsp;2&nbsp;7&nbsp;6<BR>3&nbsp;2&nbsp;3&nbsp;7<BR>CELL_TYPES 
6<BR>5&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp; 
5&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp; 5<BR>POINT_DATA 8<BR>SCALARS var 
double<BR>LOOKUP_TABLE default<BR>1&nbsp;&nbsp;&nbsp; </DIV>
<DIV>2<BR>3<BR>4<BR>5<BR>6<BR>7<BR>8<BR>***********************************</DIV>
<DIV>When I modify the coordinates of each point to larger scale:</DIV>
<DIV>0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>7.00000000000e-005&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.00000000000e-004&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.70000000000e-004&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp; 
<BR>0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1.50000000000e-004&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>7.00000000000e-005&nbsp;&nbsp;&nbsp; 1.50000000000e-004&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.00000000000e-004&nbsp;&nbsp;&nbsp; 1.50000000000e-004&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>2.70000000000e-004&nbsp;&nbsp;&nbsp; 1.50000000000e-004&nbsp;&nbsp;&nbsp; 
0.000000000000&nbsp;&nbsp;&nbsp;&nbsp;</DIV>
<DIV>then I can get the right image on the screen.</DIV>
<DIV>Can anyone tell my how to deal with such problem? </DIV>
<DIV>&nbsp;</DIV>
<DIV>Kavin Chen.</DIV>
<DIV>&nbsp;</DIV></DIV></BODY></HTML>