VTK Polydata dataset with points only?

Hi Yohann,

Thanks a bunch.

If I understand what you’re saying, I need to add a vertices section that repeats the points section (with a unique number for each vertex?) because I need to let it know that the points are not parts of cells, but rather are just stand-alone locations in space.

I think that the SCALARS should remain as they are, because in fact it reads:


POINT_DATA
SCALARS dataName dataType
LOOKUP_TABLE default
s0
s1

sn-1
SCALARS dataName dataType
LOOKUP_TABLE default
ss0
ss1

ssn-1


Sorry–I was not careful enough before to make sure I got the whole relevant portion.

Let me know if this makes sense, and thanks a bunch for your help!

Be Well,
James