Hi,<br>the same happens if you want to visualize an vtkImageData as &quot;points&quot; or &quot;surface&quot;. Only the outer topological entities are displayed, because of the mapper internal functionning. See thread &quot;<span id=":1hi" class="hP">unstructured grid + tetrahedrons</span>&quot; in the vtk-users mailing list.<br>
<br>In a nutshell, the outer geometrical entities are considered as vertices by the mapper. Using a glyph filter before visualization with a 2D glyph (Vertex type) will attached a topological 0D entity (vertex) to all the geometrical entities (points). Attached is an example of 12^3 volume with 2 different visualizations: left is the volume fitlered through a glyph filter with vertex type, right is &quot;Style-&gt;Representation-&gt;Points&quot;.<br>
<br>HTH<br>Jerome<br><br><div class="gmail_quote">2010/1/15 Hom Nath Gharti <span dir="ltr">&lt;<a href="mailto:hng.email@gmail.com">hng.email@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
One possible idea would be:<br>
<br>
Filters -&gt; Alphabetical -&gt; Glyphs<br>
<div><div></div><div class="h5"><br>
On Fri, Jan 15, 2010 at 9:39 AM,  &lt;<a href="mailto:nagi@toothycat.net">nagi@toothycat.net</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;ve got a 3x3x3 set of points, and am trying to show all of the points<br>
&gt; individually. My VTK file looks like<br>
&gt;<br>
&gt; # vtk DataFile Version 2.0<br>
&gt; Volume example<br>
&gt; ASCII<br>
&gt; DATASET STRUCTURED_POINTS<br>
&gt; DIMENSIONS 3 3 3<br>
&gt; ASPECT_RATIO 1 1 1<br>
&gt; ORIGIN 0 0 0<br>
&gt; POINT_DATA 27<br>
&gt; SCALARS volume_scalars char 1<br>
&gt; LOOKUP_TABLE default<br>
&gt; 0 0 0 0 0 0 0 0 0<br>
&gt; 0 0 0 0 0 0 0 0 0<br>
&gt; 0 0 0 0 0 0 0 0 0<br>
&gt;<br>
&gt;<br>
&gt; When I set &#39;Representation&#39; under &#39;Display&#39; to points, the point at the<br>
&gt; centre is missed out. In fact, for any 3d dataset of structured points I<br>
&gt; have tried, the interior points are missed out.<br>
&gt;<br>
&gt; The points look like they are there, since &#39;Information&#39; tells me there are<br>
&gt; 27 points.<br>
&gt;<br>
&gt; Any ideas how I can see all the points?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Nagi<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>