Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using C# with Abaqus API

Status
Not open for further replies.

jthaste

Mechanical
Joined
Jul 28, 2020
Messages
2
Location
US
Online, there is lots of information regarding using python to work with and control the abaqus API. Does anyone know if this is possible with C#? I am mainly trying to run jobs using the .inp files and restart files. Is there a specific reference you would need to add to C# containing the abaqus api commands? 
 
If you just want to submit existing .inp and restarts, then you can do that on OS level with any language.

But if you want to modify something at the model in A/CAE, then you have to use Python. I'm not aware of an option to use C# for that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top