<HTML>
<HEAD>
<TITLE>Re: [Paraview] How to see 3D Surface</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>You have defined everything 2D, so it is only natural that ParaView plots everything on the x-y plane. &nbsp;There is a filter called Warp by Scalar that will take data defined on the plane and perturb the points in the z direction by a scalar field. &nbsp;However, you have defined the two scalars you want to warp by in a vector, which further confuses ParaView.<BR>
<BR>
To warp in the z direction by the components of the vector field, you will have to do something more tricky. &nbsp;You can use the calculator filter to build expression that modifies the point coordinates in the z direction by one of the vector coordinates and write that to the point coordinates of the output.<BR>
<BR>
To do this, add the calculator filter (third toolbar down, icon on the left). &nbsp;Click the &#8220;Coordinate Results&#8221; checkbox on and set the expression to &#8220;coords + vitesse_X*kHat&#8221; to view the &lt;x, y, U(x,y)&gt; field. &nbsp;Likewise, use the expression &#8220;coords + vitesse_Y*kHat&#8221; to view the &lt;x, y, V(x,y)&gt; field.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 6/23/09 11:02 AM, &quot;David Doria&quot; &lt;<a href="daviddoria@gmail.com">daviddoria@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
On Wed, May 27, 2009 at 11:43 AM, ritesh kumar &lt;<a href="mailtorkd@gmail.com">mailtorkd@gmail.com</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>hi all,<BR>
<BR>
I am a new user of paraview. I am having vtk files as out put of my simulation. I can visualize them using paraview but I get only 2D view i.e., x, y and vector W=(U(x), V(y) )  (which I think is default). I can understand the value of W in terms of color using color bar. Could somebody suggest me how can I see the 3D surface view of these quantities i.e., x,y, U(x)  and &nbsp;x,y, and V(y). I  am attaching one of my vtk file here for further detail. Any suggestion or remark in this regards will be a great help.<BR>
<BR>
RKD<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
It looks to me like the data is only 2d... the z-range is [0,0]. Am I missing something?<BR>
<BR>
Thanks,<BR>
<BR>
David<BR>
  <BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>