pymapdl
pymapdl copied to clipboard
Set camera and other arguments globably.
Discussed in https://github.com/ansys/pymapdl/discussions/2181
Originally posted by ufsaa2022 July 12, 2023 hello :) Plotting geometry with PyMAPDL will plot the camera in perspective view. (ex: aplot, vplot, ...) If you enter 'plotter' in the argument, it will be plotted in an orthographic view. But in general, I think most of them plot more orthographic than perspective. Is it possible to change the default value? Thank you!