Description
Here are the sources of information for Tcl scripting in Avizo:
- Section Scripting Introduction in the User's Guide.
- The most interesting Tcl commands for a specific module or object are likely to be documented in the Commands section of the item's documentation.
- To get the list of commands available for any given object in the Project View, type the object name in the Console, then press Return.
If you see specific commands that look interesting and that you can't figure out how to use on your own, you can ask tech support. - Another way to see what Avizo-specific Tcl commands look like is to create a network in the Project View, save it (File->Save Project As), and then view it in a text editor.
- Sample script objects can be found in the share/script-objects directory of the Avizo installation directory.
- "AvizoCodeBook.pdf" is a supplementary document that provides information about scripting (more advanced techniques and applications) and custom module development using the Avizo Developer option. You can find it in the share/doc directory of the old Amira/Avizo installation directory.
Notes & Related links
For general info on Tcl scripting, see the Tcl reference manual at: http://tmml.sourceforge.net/doc/tcl/.