Hello everybody,
I'm using a Python script to run my model with Abaqus 6.12-1.
I post-processed my data outside the software and now I would like to visualize them into Abaqus.
I wrote the following code to create my own fieldOutput object:
OdbName = 'Job-1.odb'
myodb =...