ansys.mapdl.core.Mapdl.angle#
- Mapdl.angle(wn='', theta='', axis='', kincr='', **kwargs)#
Rotates the display about an axis.
Mechanical APDL Command: /ANGLE
- Parameters:
- wn
str
Window number (or ALL) to which command applies (defaults to 1).
- theta
str
Angle (degrees) for changing display orientation (positive, counterclockwise about specified axis).
- axis
str
Rotation axis: XS, YS, or ZS (default) for the screen axes; XM, YM, or ZM for the global Cartesian model axes. ZS is normal to the screen; all axes pass through the focus point.
- kincr
int
orstr
Cumulative rotation key:
0
- Do not use cumulative successive rotations.1
- Use cumulative rotations. Rotations are relative to the previous rotation. View settings ( View ) are recalculated.
- wn
Notes
Default orientation is YS vertical. When the xfrm command is set for rotation about two points, or for entities, the angle command is functional only for
Axis
= ZS or ZM andKINCR
= 1.This command is valid in any processor.