<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi David,<br>
<br>
Thanks for the response.&nbsp; Yes, I am trying to make a terrain map, and
yes I have tried the Delauney filters.&nbsp; I have a 2D unstructured mesh,
with several fields defined at the grid points.&nbsp; When I view the data I
get a 2D contour map, but what I want is a non-colored 3D
representation of f(x,y), with grid lines, where f is the height above
my 2D x-y plane.&nbsp; Does that make sense?<br>
<br>
Someone else just responded saying that vitesse means "speed" in
french, but I'm still unsure what the command is supposed to do.<br>
<br>
Ryan<br>
<br>
David Doria wrote:
<blockquote
 cite="mid:c19fcadc0912301714u26b2276bv57d9aa4b194fb3a9@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Dec 30, 2009 at 6:06 PM, Ryan O'Kuinghttons <a class="moz-txt-link-rfc2396E" href="mailto:rokuingh@gmail.com">&lt;rokuingh@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,
I am trying to generate a 3D dataset from a 2D dataset with field values. &nbsp;I
read the thread in the subject line, and tried the suggestion but couldn't
get it to work. &nbsp;The suggestion was to use the calculator to do the
following:

coords + vitesse_X*kHat


I tried doing things like:

coords + (my_field_value)*coordsZ

that didn't work, and I can't figure out what "vitesse" is, can you
enlighten me? &nbsp;Thanks!

Ryan
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What do you mean by field values? Are you trying to make a "terrain
map" - i.e. a surface that is z = f(x,y)? If so, you can use the
Delaunay 2D filter.

Sorry if this is way off - I didn't see the beginning of the conversation.

Thanks,

David
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>

  </pre>
</blockquote>
</body>
</html>