On Wed, Dec 30, 2009 at 6:06 PM, Ryan O'Kuinghttons <[email protected]> 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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
