Your script must contain the following statement: from odbAccess import * In addition, if your script refers to any of the Symbolic Constants defined in the Abaqus Scripting Interface, your script must contain the following statement: from abaqusConstants import * If your script accesses or creates material objects, or if it accesses or creates section or beam profile objects, it must contain the following statements, respectively: from odbMaterial import * from odbSection import * |