For 2D analysis you often want the view in the XY plane. To do this you can use this script to generally snap back to the planar view:
camera = ExtAPI.Graphics.Camera
vector3D=Ansys.ACT.Math.Vector3D
camera.ViewVector=vector3D(0,0,1)
camera.UpVector=vector3D(0,1,0)