Views#

class ansys.mapdl.core._commands.graphics.views.Views#

Views.angle([wn, theta, axis, kincr])

Rotates the display about an axis.

Views.auto([wn])

Resets the focus and distance specifications to "automatically calculated."

Views.dist([wn, dval, kfact])

Specifies the viewing distance for magnifications and perspective.

Views.focus([wn, xf, yf, zf, ktrans])

Specifies the focus point (center of the window).

Views.user([wn])

Conveniently resets focus and dist to USER.

Views.vcone([wn, phi])

Defines the view cone angle for perspective displays.

Views.view([wn, xv, yv, zv])

Defines the viewing direction for the display.

Views.vup([wn, label])

Specifies the global Cartesian coordinate system reference orientation.

Views.xfrm([lab, x1, y1, z1, x2, y2, z2])

Controls the centroid or the axis of dynamic rotation.

Views.zoom([wn, lab, x1, y1, x2, y2])

Zooms a region of a display window.