Dear All,<br>I have a dataset like this (in data.txt)<br>1 0 0<br>2 0 0 <br>1 2 3<br>1 2 3<br>...<br>the 1st column is x and the second col is y. the last column is the attribute of this point. I want to make a 3 D plot for each points(Z will the attribute value). <br>
How do I read this data file to VTK? Thank you very much!<br><br>tianbu<br>