<div dir="ltr"><div><div>Hello.<br></div>For planes, use the Slice filter. Check the "Crinkle slice" option if you want to see exact mesh elements. For vector components, select vector and desired component in top toolbar of ParaView window. Then set scale with Rescale to custom data range (find this button in the same toolbar).<br></div>For isovolumes I use the Threshold filter (it's fast and the volume's surface is what we need if we just want an isosurface). I recommend to make the result transparent in some extent to represent the volume better. To make vector components accessible with the Threshold filter, use Edit - Settings - Auto Convert Properties (under Data Processing Options section). As an alternative, you can create the component scalar with the Calculator filter.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-21 21:12 GMT+03:00 Franco Di Rino <span dir="ltr"><<a href="mailto:fdiri@hotmail.com" target="_blank">fdiri@hotmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_566906622357386929divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0;margin-bottom:0">I have got and unstructured grid with vector values in each point data. What should I do to get cut planes where a colormap describing the different components magnitudes is shown over it?  Also I would like to get an
 isosurface  that shows a range of a vector component.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I have been trying to apply the contour filter but i could´t make it.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">The vtk input data has this structure (the cell is  a <span>VTK_POLY_VERTEX )</span>:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div># vtk DataFile Version 3.0</div>
<div>vtk output</div>
<div>ASCII</div>
<div>DATASET UNSTRUCTURED_GRID</div>
<div>POINTS      3760  float</div>
<div>    -9.650000000        -40.53000000         63.69000000    </div>
<div>    -5.790000000        -40.53000000         63.69000000    </div>
<div>    -1.930000000        -40.53000000         63.69000000    </div>
<div>     1.930000000        -40.53000000         63.69000000    </div>
....
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>CELLS 1     3761</div>
<div>      3760</div>
<div>         0</div>
<div>         1</div>
<div>         2</div>
<div>         3</div>
<div>         4</div>
<div>         5</div>
...
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>CELL_TYPES 1</div>
<div>2</div>
<div>POINT_DATA        3760</div>
<div>VECTORS pola float</div>
<div>     4.840499880         8.852499960        -6.604599950    </div>
<div>     1.411000010         6.376500130        -4.676899910    </div>
<div>    0.2190999980         6.156899930        -5.077499870    </div>
<div>   -0.4937599900         3.430599930        -4.799300190    </div>
...
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">The full input data is here: <a href="https://pastebin.com/raw/iGprRQBX" class="m_566906622357386929OWAAutoLink" id="m_566906622357386929LPlnk278535" target="_blank">https://pastebin.com/<wbr>raw/iGprRQBX</a></p>
</div>
</div>

<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>