Abaqus Mode Programming
Abaqus Mode Programming
(OP)
Hello,
I have Abaqus on my machine. I want to do a script to open file, move some vertices and export a 3D mesh of the result and save without the GUI. In fact, I want to know if there is a mode programming to Abaqus, and if yes, where I can find a manual to explain this mode.
Thanks for your help!
Xavier FAURE
I have Abaqus on my machine. I want to do a script to open file, move some vertices and export a 3D mesh of the result and save without the GUI. In fact, I want to know if there is a mode programming to Abaqus, and if yes, where I can find a manual to explain this mode.
Thanks for your help!
Xavier FAURE





RE: Abaqus Mode Programming
Abaqus Scripting Interface (ASI) is based on Python scripting language. All informations about ASI can find in abaqus documentation (Abaqus Scripting User's Manual, Abaqus Scripting Reference Manual).
Regards,
akaBarten
RE: Abaqus Mode Programming
Where can I find the Abaqus Scripting User's Manual or Abaqus Scripting Reference Manual?
Best regards,
Xavier FAURE
RE: Abaqus Mode Programming
You should have whole Abaqus documentation with your software installation.
Simulia is providing full Abaqus documentation in HTML and PDF format for all customers.
If you do not have the documentation then google + "abaqus documentation" will help you to get it at least for older abaqus versions.
Regards,
akaBarten
RE: Abaqus Mode Programming
for a general python tutorial that helped me a lot at the beginning