[vtkusers] visualizing scattering of random points

Mike Jackson imikejackson at gmail.com
Mon Sep 17 20:35:44 EDT 2007


You should be able to read the points into an unstructured grid but  
do not build the lines or connectivity. Then in ParaView, load the  
data set and then apply a "Glyph" filter which puts a sphere at each  
point. Then color the spheres by the scalar value attached to each  
point.
    _How_ you load the data into paraview is left as an exercise to  
the reader. Hint - If your data is NOT already in a format that  
ParaView understands then writing a legacy VTK file is the easiest  
route to get your data into ParaView.

-- 
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Sep 17, 2007, at 7:38 PM, Patrick Birch wrote:

> Hi experts,
>
> I need to visualize a random scattering of points (unstructured),  
> and then colour code them according to their associated scalar values.
>
> It seems that the only way to visualize unstructured points is to  
> somehow create a surface out of them, whether by delaunay  
> triangulation or splatting.
>
> Is there a way to just view the points as is?
>
> Thank-you kindly and best regards
>
> PB
>
> Can you find the hidden words?  Take a break and play Seekadoo!  
> Play now!
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/ 
> Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070917/d636c8aa/attachment.htm>


More information about the vtkusers mailing list