| Hello,
I have a follow up question on similar lines.
In the 3D cube that I have, I have a velocity vector data. Is it possible that I can show the vector field coming out of the sliced plane? i.e. at each point of the sliced plane, an arrow coming out of the sliced plane representing the magnitude and direction of the velocity vector at the particular point on the plane. Something like the attached image. I hope I made myself clear. Thanks in advance, Pradeep

Hello,
thanks everyone. It seems like it is working.
Pradeep
I'd like to expand upon on Sebastian's correct but short answer.
The contour filter is not going to give you the contours that you are asking for. The contour filter is going to extract the geometry representing exactly the locations of the contours and nothing else. As such, if you contour a slice through your data
(or somewhat equivalently take a slice through your contour), you will get a bunch of lines representing where in the plane the field equals the isovalue you gave. So rather than getting a plane of colors as in your second example, you get the lines at the
interface between colors.
The representation of contours you are asking for is a bit different. You want the entire geometry of the plane drawn and colored in such a way that the contours are represented as sharp transitions in the colors. Since you are never actually extracting
the geometry of the contours themselves, running the contour filter is not appropriate for this. Instead, as Sebastian said, you want to make a slice through the data and provide a coloring that represents the contours. To set up these colors, first make
sure the slice is colored by the scaler value you want contours of. Then click the edit color map button to pull up the color scale editor. Click on the "Use Discrete Colors" option (you will need to turn on the "advanced" properties if you are using the
most recent version of ParaView) and then set the resolution to be set to the number of color bands you want.
-Ken
It seems that you just want to slice your data and eventually reduce the number of color in your lookup table so you see distinct color bands.
Seb
<contour.jpg><Slice.png>
|
_______________________________________________
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