Hello.
I'm looking to create a simple ODB file using my model in session so that I can display an orientation tensor in a custom field. I'm able to create an ODB for a 2d part (made of s4 elements), but my system crashes whenever I load the ODB for my 3d part (made of c3d8 elements).
Here is...
Hello.
I'm new to Abaqus GUI scripting. I'm trying to write a simple proof-of-concept Abaqus Plug-In that allows you to select an element, and then display that selected element in a textfield in the plugin. I'm using the RSG defined "PickHandler" function. I'm able to select elements in...