Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Python script for signed Von Mises Stress › Reply To: Python script for signed Von Mises Stress
June 14, 2023 at 8:19 am
Ansys Employee
Hi
Can you explain more what you want to do – what is the python script for signed VM, is very generic.
The above post is about user defined reusult using that expresssion which is defined by the user manually. So do you want to automate this, say by having a mechanical script that generates this user defined result ? Then the command to do this is:
ExtAPI.DataModel.Project.Model.Analyses[0].Solution.AddUserDefinedResult()
Or perhaps the question is not the above then explain much more.
All the best
Erik