[Paraview] Modifying the filters available in Paraview ?
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Wed Sep 22 13:14:28 EDT 2004
>>>>> "BG" == Berk Geveci <berklist at nycap.rr.com> writes:
BG> Not really. It doesn't tell me how the exporter is connected
BG> and configured (I am guessing there are some calls that has to
BG> be made before Render() is called)
No trade secrets here. Apart from the cruft I need to do to get all
the options working, its straightforward.
You just need to setup the exporter properly (with the necessary
options for the output format etc.), set the renderwindow, make sure
the renderwindow is not obscured or iconified etc. In essence:
ex.SetRenderWindow(self.renwin)
ex.Write()
Write() calls Render internally and does other magic if necessary.
Its darned easy to use.
cheers,
prabhu
More information about the ParaView
mailing list