<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
<br>
Thank you, Shyam, thank you Goodwin: indeed, it works!<br>
<br>
Goodwin, in vtkVectorDot's help, there is this phrase:<br>
<br>
<i>vtkVectorDot is a filter to generate scalar values from a dataset. <br>
The scalar value at a point is created by computing the dot product <br>
between the normal and <b>vector </b>at that point.<br>
</i><br>
What is this vector mentioned here? <br>
<br>
In fact, what I needed was more related to normals on faces (therefore, cells)<br>
than to normals at points. I wonder if vtkVectorDot may help in this case
too...<br>
<br>
Anyway, thanks a lot. I'm going to experiment.<br>
<br>
Petru<br>
</body>
</html>