Perhaps some might find this useful...
There is a nice command that can be added to the abaqus_v6.env file called onJobCompletion()
In the abaqus_v6.env, create a line:
def onJobCompletion():
and then (using proper indents of course), add the commands/functions etc that you want to be called...
Firstly, VTK is an extremely poweful and useful set of visualization tools (www.vtk.org) and I have a few ideas for using the VTK Python bindings in some cool ABAQUS applications. Basically from within a Python script I will "import vtk" and then go from there...
The problem is that the docs...