[vtkusers] (no subject)
henrike maass
hmaass at rocketmail.com
Tue Dec 12 12:11:06 EST 2006
Hello,
I am a new user of Paraview and I would like to
visualize about 100 points in a 3D domain. I have used
plot3D() in Matlab and the data has the follwowing
format
x_1 y_1 z_1
...
x_100 y_100 z_100
I stored the data with the following header file:
# vtk DataFile Version 3.0
created by writeVTK (Matlab implementation)
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 1 100 1
ORIGIN 0.000000 0.000000 0.000000
SPACING 1.000000 1.000000 1.000000
POINT_DATA 100
SCALARS image_data double
LOOKUP_TABLE default
x_1 y_1 z_1
...
x_100 y_100 z_100
Unfortunately it seems that this format is not
correct. Any help is very welcome.
Thanks,
Henry
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now.
More information about the vtkusers
mailing list