On Wed, Dec 5, 2012 at 7:02 PM, boyeggplant110 <span dir="ltr">&lt;<a href="mailto:boyeggplant110@gmail.com" target="_blank">boyeggplant110@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">Hi all,<u></u><u></u></p><p class="MsoNormal">I try to construct a height field with VTK. My data is point data stored in csv files. I read the data and use vtkDelaunay2D to triangulate the dataset and vtkGeometryFilter to extract geometry . But my result just show a plane. Does anyone know how to add the height?</p>
</div></div></blockquote><div><br></div><div>You say your data is (x,y,0) - just make it (x,y,z) and you will get your height.</div><div><br></div><div>David</div></div>