[vtkusers] coordinate truncation
Daniele Bianchini
daniele.bianchini at menci.com
Tue Feb 14 06:35:12 EST 2006
I noticed that if I use big coordinates (e.g. X=5135479.548; X=2640125.415;
Z=168.267) and I save and reopen the polydata file the polydata points
coordinate are truncated (e.g. X=5135479; X=2640125; Z=168.267).
I tried to use a vtkPoints with double coordinates ( vtkPoints* pPoints =
vtkPoints::New(VTK_DOUBLE); ), but the problem still remain.
Is there a method to solve this problem?
Thank you in advance for any help.
Kind regards.
Daniele Bianchini.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060214/5cde1777/attachment.htm>
More information about the vtkusers
mailing list