Understanding and Automating Viewer Position Angles
Problem: How do I change the viewing angles Psi, Alpha, and Theta from the viewer’s perspective? Also, please help me understand how these angles are defined. Solution: Below is a diagram from the 360 User’s Manual describing how Tecplot defines Psi (Ψ), Theta (θ), and Alpha (α). The following exercise uses PyTecplot to change each of the three angles by 5 degrees and manifests the result after each step. 1) […]