<div dir="ltr"><div><div><div><div>Hi everybody, I  have found how  to enable the  visualization of CellData attributes mapped from a StructuredGrid to a vtkPlaneWidget. When I use CellData instead of PointData in the StructuredGrid, these are treated as FieldData and no longer as PointData. In this case, it is necessary to add the following lines:<br><br>contourMapper.SetScalarModeToUsePointFieldData()<br>contourMapper.SelectColorArray("CellData")<br><br></div>where contourMapper is the vtkPolyDataMapper used to represent the plane used as a probe. The name "CellData" is the one I had specified for the CellData before passing it to the StructuredGrids.<br><br></div>I hope this may help.<br><br></div>  Thank  you<br><br></div>Luca Pallozzi Lavorante<br></div>