How can I add a shear stress result through scripting ?
One can use:
solu=ExtAPI.DataModel.Project.Model.Analyses[0].Solution # reference solution
newRes = solu.AddShearStress() # add shear stress result
newRes.ShearOrientation=ShearOrientationType.XZPlane # select orientation