<div dir="ltr">Try to change PARTICLES to POLYDATA in your file, and it should load.<div><br></div><div>SeeĀ <a href="http://www.vtk.org/VTK/img/file-formats.pdf">http://www.vtk.org/VTK/img/file-formats.pdf</a> for details on the legacy format.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 31, 2014 at 5:32 AM, Nephophobic <span dir="ltr"><<a href="mailto:thomas.barusseau@epita.fr" target="_blank">thomas.barusseau@epita.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello.<br>
<br>
I'm working on an old project, and the vtk format used is the legacy ASCII<br>
one.<br>
I need to display particles in ParaView, and the code already there<br>
generates .particles files, which use the PARTICLES dataset. First of all, I<br>
can't find anything on the Internet about that dataset. Second of all, here<br>
is the content :<br>
<br>
> # vtk DataFile Version 3.6.2<br>
> Particle file, current time (s) = 1<br>
><br>
> DATASET PARTICLES<br>
> POINTS 2 float<br>
> 0.003 0.815 0.026<br>
> 0.241 0.508 0.053<br>
><br>
> POINT_DATA 2<br>
> SCALARS identity float 1<br>
> LOOKUP_TABLE default<br>
> 1<br>
> 2<br>
<br>
Now this looks good : it's two particles, represented by (x, y, z) values,<br>
and each of them has a scalar `identity` associated.<br>
<br>
However, when opening this in ParaView, I don't get 2 points, I get 4. Also<br>
the values are all messed up, and I can't even color them according to their<br>
`identity` value. So, it sucks. And since I can't find anything about the<br>
PARTICLES dataset, I guess I shouldn't use it.<br>
<br>
Can someone help me in any way ?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Represent-particles-as-a-set-of-points-and-associate-a-scalar-to-them-tp5729299.html" target="_blank">http://vtk.1045678.n5.nabble.com/Represent-particles-as-a-set-of-points-and-associate-a-scalar-to-them-tp5729299.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>