[vtkusers] height field from point data

David Doria daviddoria at gmail.com
Wed Dec 5 20:45:01 EST 2012


On Wed, Dec 5, 2012 at 7:02 PM, boyeggplant110 <boyeggplant110 at gmail.com>wrote:

> Hi all,****
>
> 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?
>

You say your data is (x,y,0) - just make it (x,y,z) and you will get your
height.

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121205/65012004/attachment.htm>


More information about the vtkusers mailing list