Hi
I am going to extract hydrostatic and deviatoric (octahedral) stress from .Odb Abaqus file. I add a Pyton Script code to my .py file and run it, but I got this error "IndentationError: unexpected indent". Can anyone help me to fix it?
Pyton Script is:
from abaqusConstants import *
from...