<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
body
        {line-height:1.5}
body
        {font-size:10.5pt;
        font-family:'Microsoft YaHei UI';
        color:rgb(0,0,0);
        line-height:1.5}
body
        {font-size:10.5pt;
        font-family:'Microsoft YaHei UI';
        color:rgb(0,0,0);
        line-height:1.5}
-->
</style><style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
<div>I am having doubts about the fact that one can *directly* generate cell-centered normal vectors. Looking at the source of ParaView, I see that if the association is FIELD_ASSOCIATION_CELLS, then vtkPVGlyphFilter::UseCellCenters() returns TRUE and a vtkCellCenters()
 is created to act as input.</div>
<br>
for reference:<br>
<br>
<div>
<div class="BodyFragment"><a href="https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/VTKExtensions/Default/vtkPVGlyphFilter.cxx" target="_blank">https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/VTKExtensions/Default/vtkPVGlyphFilter.cxx</a></div>
<div class="BodyFragment"><br>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">thus my suggestion is to insert a vtkCellCenters() in your pipeline, before the Glyph</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">-----------------<br>
Jean/CSCS</div>
</span></font></div>
</div>
</div>
</body>
</html>