[Paraview] Textures

Berk Geveci berk . geveci at kitware . com
13 Nov 2003 10:23:27 -0500


NOTE: Everything in this message applies to ParaView 0.6 and 1.0,
some might not apply to the next release.

ParaView uses Tcl extensively. All ParaView objects and all VTK objects
it creates are wrapped in Tcl. You can access these using Tcl scripts.
ParaView trace and state files are Tcl scripts. It is possible to
execute small Tcl commands using the command prompt (Window->Command
Prompt). In the next release, some VTK objects will probably no longer
be available through Tcl, specially when running in client/server mode.
If anyone is interested in knowing more, I can continue explaining.

As adding readers go, see
http://public . kitware . com/pipermail/paraview/2003-September/000290 . html

There has been some other messages related to the same topic in 
September and October. You can search all Kitware hosted mailing lists
using the little Search tool on the upper right of all pages.

-Berk


On Wed, 2003-11-12 at 15:43, David . Pont at ForestResearch . co . nz wrote:
> Thanks Berk,
> 
>   You say it is possible to do this ...in ParaView... using Tcl.... Can you
> clarify the relationship between ParaView and Tcl?
> 'File | Export VTK Script' outputs Tcl. Do I need Tcl/Tk (wish*.exe)
> installed seperately from ParaView to run this script?
> I also see tcl83.dll and tk83.dll in the ParaView install dir so it seems
> ParaView has bundled up Tcl/Tk into DLLs for its own internal use.
> Is there a way for me to get tcl scripts interpreted by these dlls?
> 
>  I am very keen to learn about adding modules using XML. Is there a way to
> search the archives? or do I just grab the full archive and text search it?
> 
> regards
>     Dave Pont
>