[vtkusers] full document for python-vtk

David Gobbi david.gobbi at gmail.com
Wed Dec 28 18:21:45 EST 2011


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
>
>



More information about the vtkusers mailing list