<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" 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="OWAAutoLink" id="LPlnk278535" previewremoved="true">https://pastebin.com/raw/iGprRQBX</a></p>
</div>
</body>
</html>