Thanks! I was hoping it was out there in HTML format somewhere (probably I could generate that myself from the python sources), but help(paraview.simple) gets me the information I need.
On Wed, Oct 27, 2010 at 10:49 AM, Utkarsh Ayachit < [email protected]> wrote: > The tutorial (http://paraview.org/Wiki/ParaView/Python_Scripting) > serves as a good starting point. After which you can simply do the > following: > > > import paraview.simple > > help(paraview.simple) > > Utkarsh > > On Wed, Oct 27, 2010 at 10:44 AM, John Haiducek <[email protected]> > wrote: > > Is paraview.simple documented anywhere? My Google searches have turned up > a > > few tutorials but no documentation! > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://www.paraview.org/mailman/listinfo/paraview > > > > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
