Hi all,<div><br></div><div>In trying to display a vtkStructuredGrid in paraview that has dimensions of (x-y-1) or (x-1), I can not get it displayed. I use a multiblock plot3d reader to read two blocks, say... </div><div><br>
</div><div><div>2</div><div>12 1</div><div>12 1</div><div>0 1 2 3 4 5 4 3 2 1 0 0</div><div>1 1 1 1 1 2 2 2 2 2 2 1</div><div>-2 -3 -4 -5 -6 -7 -6 -5 -5 -3 -2 -2</div><div>1 1 1 1 1 0 0 0 0 0 0 1</div><div><br></div><div>
(2 blocks of 12 by 1 data)</div><div><a href="http://img21.imageshack.us/img21/9281/1layerbug.jpg">http://img21.imageshack.us/img21/9281/1layerbug.jpg</a></div><div>The only display I get is an outline display, points and wireframe are both empty in Paraview. </div>
<div><br></div><div>However, if the same data is 12 by 2 instead of 12 by 1, it works as expected. I&#39;m guessing this is because there is an error with the cell structure? If so, how come the points do not get rendered?</div>
<div><br></div><div>Now, for this dataset on point view:</div><div><div>2</div><div>12 2</div><div>12 1</div><div>0 1 2 3 4 5 4 3 2 1 0 0 </div><div>-.6 .9 2 3 4 5.75 5.2 3.9 2.7 1.5 -.2 -.6</div><div>1 1 1 1 1 2 2 2 2 2 2 1 </div>
<div>0 0 0 0 0 1.1 3 3 3 3 2.4 1</div><div>-2 -3 -4 -5 -6 -7 -6 -5 -5 -3 -2 -2</div><div>1 1 1 1 1 0 0 0 0 0 0 1</div><div><br></div><div><span class="Apple-style-span" style="font-family: Tahoma; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><span class="Apple-style-span" style="font-size: small;"><a href="http://img32.imageshack.us/img32/6817/1layerbug2.jpg">http://img32.imageshack.us/img32/6817/1layerbug2.jpg</a></span></span></div>
<div><font class="Apple-style-span" face="Tahoma"><span class="Apple-style-span" style="white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">Note the points are displayed for the 12 x 2 structured grid, but not for the 12 x 1 grid. </span></font></div>
</div></div>