[vtkusers] Does Paraview 3 support STRUCTURED_POINTS?

Gary Ruben gruben at bigpond.net.au
Sat Sep 1 03:22:35 EDT 2007


Hi,
I just downloaded Paraview 3 and am trying to read in a legacy vtk file, 
which works fine in Paraview 2.6, Mayavi and VisIt. I'm generating it 
with pyvtk - A cut-down snippet is included below. Looking in the 
Paraview 3 help|Readers|Legacy VTK reader, there's no mention of 
STRUCTURED_POINTS being a supported legacy type; only grid types are 
mentioned. Is this the problem?
thanks,
Gary

--

# vtk DataFile Version 2.0
Really cool data
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 4 4 4
ORIGIN -4 -4 -4
SPACING 2.66666666667 2.66666666667 2.66666666667
POINT_DATA 64
SCALARS points double 1
LOOKUP_TABLE default
2.78590910429e-005 9.13826956122e-007 ...<snip>... more points here



More information about the vtkusers mailing list