[vtkusers] full document for python-vtk

Forrest Sheng Bao forrest.bao at gmail.com
Wed Dec 28 19:03:08 EST 2011


Hi David,

I have tried around but still couldn't figure out.

Do you know anywhere I can get information about python-vtk? I just need
one thing now, creating scalar pointdata from lists.

Cheers, Forrest

On Wed, Dec 28, 2011 at 5:21 PM, David Gobbi <david.gobbi at gmail.com> wrote:

> Hi Forrest,
>
> I've never used PyVTK, but people have told me that it works.
> Try the built-in documentation by using the python "help" function,
>
> from pyvtk import *
> help(VtkData)
>
> I hope that helps.
>
>  - David
>
>
> On Wed, Dec 28, 2011 at 4:09 PM, Forrest Sheng Bao
> <forrest.bao at gmail.com> wrote:
> > Hi David,
> >
> > I tried PyVTK. But I couldn't find its documentation on its website
> either.
> > All I found are 3 examples released with the source code. They only
> contain
> > VTK writing operations, no readings from files. Do you have examples on
> file
> > reading in PyVTK?
> >
> > Cheers, Forrest
> >
> >
> > On Wed, Dec 28, 2011 at 11:05 AM, David Gobbi <david.gobbi at gmail.com>
> wrote:
> >>
> >> Hi Forrest,
> >>
> >> If you just need to read VTK data, then you can try PyVTK:
> >> http://cens.ioc.ee/projects/pyvtk/
> >> http://www.vtk.org/Wiki/VTK/Writing_VTK_files_using_python
> >>
> >>  - David
> >>
> >> On Wed, Dec 28, 2011 at 1:21 AM, Forrest Sheng Bao
> >> <forrest.bao at gmail.com> wrote:
> >> > Hi,
> >> >
> >> > I am using python-vtk to read and write VTK-format data. But I
> couldn't
> >> > find
> >> > much information about all functions and data structures it provides,
> >> > even
> >> > after intensive googling. The only "official" information source I
> found
> >> > are
> >> > a several example codes at http://cmake.org/Wiki/VTK/Examples/Python
> >> >
> >> > Is there any full doc about all functions and data structures of
> >> > python-vtk?
> >> >
> >> > Cheers, Forrest
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20111228/57f5366d/attachment.htm>


More information about the vtkusers mailing list