[Paraview] How to see 3D Surface

David Doria daviddoria at gmail.com
Wed Dec 30 23:06:26 EST 2009


On Wed, Dec 30, 2009 at 8:26 PM, Ryan O'Kuinghttons <rokuingh at gmail.com> wrote:
> Hi David,
>
> Thanks for the response.  Yes, I am trying to make a terrain map, and yes I
> have tried the Delauney filters.  I have a 2D unstructured mesh, with
> several fields defined at the grid points.  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.  Does that
> make sense?
>
> Someone else just responded saying that vitesse means "speed" in french, but
> I'm still unsure what the command is supposed to do.
>
> Ryan
>
> David Doria wrote:
>
> On Wed, Dec 30, 2009 at 6:06 PM, Ryan O'Kuinghttons <rokuingh at gmail.com>
> wrote:
>
>
> Hi,
> I am trying to generate a 3D dataset from a 2D dataset with field values.  I
> read the thread in the subject line, and tried the suggestion but couldn't
> get it to work.  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?  Thanks!
>
> Ryan
>
>
> 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


Can you share the data (or a small subset - maybe a 10x10-ish grid
with 1 field of value (the z coordinate) )? I can poke around with it
tomorrow. I'd probably write a little VTK program to simply convert
the field data into the actual z component of each point's coordinate
- maybe someone can tell you how to do this inside Paraview?

Thanks,

David


More information about the ParaView mailing list