Hello,<div><br></div><div>I have a uniform rectangular grid on a cubical bounding box with N points  placed along each dimension.  For each of the N^3 grid points I have 2 or more attributes like pressure, density. </div><div>
MY vtk file for the simple case of the box [0,2]x[0,2]x[0,2] with spacing 1 (=&gt; 8 grid points) is as follows. </div><div><div><br></div><div><div># vtk DataFile Version 2.0</div><div>Test file.</div><div>ASCII</div><div>
           </div><div>DATASET STRUCTURED_POINTS</div><div>DIMENSIONS    2    2   2</div><div>ORIGIN    0.000   0.000   0.000</div><div>SPACING    1.000   1.000   4.000</div><div>           </div><div>POINT_DATA   8</div><div>
SCALARS density float</div><div>LOOKUP_TABLE default</div><div><br></div><div><br></div><div>1.2   2.3  3.3  4.5</div><div>5.4   6.6  7.7  8.8</div><div><br></div><div><br></div><div>POINT_DATA   8</div><div>SCALARS pressure float</div>
<div>LOOKUP_TABLE default</div><div><br></div><div><br></div><div>1.2  3.4  5.6  7.8</div><div>5.6  7.8  8.9  1.2</div></div></div><div><br></div><div>The part related to the pressure is not  being accepted by the Paraview software. I get the following error</div>
<div>
<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
<tbody><tr>
<td style="border: none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:&#39;Courier&#39;; font-size:9pt; color:#800000;">ERROR: In /home/kitware/Dashboards/MyTests/ParaView-master/source/VTK/IO/vtkDataReader.cxx, line 915</span></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:&#39;Courier&#39;; font-size:9pt; color:#800000;">vtkStructuredPointsReader (0xa698438): Unsupported point attribute type: point_data for file: /home/gaurish108/Desktop/TongfeiFileReadPRactice/test.vtk</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" color="#800000" face="Courier"><span class="Apple-style-span" style="font-size: 12px;"><br>
</span></font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;">However the density information is being accepted and read by Paraview. Being new to VTK file format I think I am not writing the pressure information correctly. </span></font></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;">Please let me know how to rectify this. </span></font></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;"><br>
</span></font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;"><br>
</span></font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;">Thank you! </span></font></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;"><br>
</span></font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;">Gaurish Telang </span></font></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="Courier"><span class="Apple-style-span" style="font-size: 12px;"><br>
</span></font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" color="#ffffff" face="&#39;times new roman&#39;, serif"><span class="Apple-style-span" style="font-size: 12px;"><br>
</span></font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" color="#800000" face="Courier"><span class="Apple-style-span" style="font-size: 12px;"><br>
</span></font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:&#39;Courier&#39;; font-size:9pt; color:#800000;"><br></span></p>
</td></tr></tbody></table></div><div><br></div><div><br></div><div><br></div><div><br></div>