You are on page 1of 1

Abaqus Scripting How to record equivalent python commands when using the

GUI interface
1. Open Abaqus and create a new model or load an existing model.
2. Open the command window at the bottom of the screen (select the icon
with >>>)
3. Paste the following code into the command window and press enter:
session.journalOptions.setValues(replayGeometry=COORDINATE,
recoverGeometry=COORDINATE)
4. Perform all operations as normal, your script file will usually be saved as
abaqus.rpy in the current Abaqus work directory.

You might also like