[vtkusers] Rv: Re: vtkPLOT3DReader not working

pablo p del castillo pablodecastillo at yahoo.es
Wed Mar 23 08:20:38 EDT 2011


At the code where set file "mbwavelet.xyz" change to set file "myplot.xyz"
Advanced thanks

--- El mié, 23/3/11, pablo p del castillo <pablodecastillo at yahoo.es> escribió:

De: pablo p del castillo <pablodecastillo at yahoo.es>
Asunto: Re: [vtkusers] vtkPLOT3DReader not working
Para: "David Doria" <daviddoria at gmail.com>
CC: vtkusers at vtk.org
Fecha: miércoles, 23 de marzo, 2011 13:18

Attached with line to line format, and piece of tcl code;

package require vtkpackage require vtkinteraction# set the name of data fileset file "mbwavelet.xyz"vtkPLOT3DReader pl3dpl3d SetFileName "$file"# readerquad Update is needed because of .. GetScalarRange ..pl3d UpdatevtkGeometryFilter geomFilterquad    geomFilterquad SetInputConnection [pl3d GetOutputPort]set puntosinit1 [geomFilterquad GetOutput]set npuntos [$puntosinit1 GetNumberOfPoints]puts "number of points $npuntos"
--- El mié, 23/3/11, David Doria <daviddoria at gmail.com> escribió:

De: David Doria <daviddoria at gmail.com>
Asunto: Re: [vtkusers] vtkPLOT3DReader not working
Para: "pablo p del castillo" <pablodecastillo at yahoo.es>
CC: vtkusers at vtk.org
Fecha: miércoles, 23 de marzo, 2011 13:08

On Wed, Mar 23, 2011 at 7:57 AM, pablo p del castillo <pablodecastillo at yahoo.es> wrote:

Hello,
I am trying to read this file, but i did not get it, it is not giving mistake, simple the reader is reading nothin.

Any idea?
 Which reader are you trying? All of the values are on line 3 - I don't think any of the readers handle data like that.

David 





      


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110323/00064d67/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: myplot.xyz
Type: application/octet-stream
Size: 13291 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110323/00064d67/attachment.obj>


More information about the vtkusers mailing list