nang#

Mapdl.nang(node='', x1='', x2='', x3='', y1='', y2='', y3='', z1='', z2='', z3='', **kwargs)[source]#

Rotates a nodal coordinate system by direction cosines.

APDL Command: NANG

Parameters:
node

Rotate coordinate system of this node.

x1, x2, x3

Global X, Y, Z components of a unit vector in new nodal X direction.

y1, y2, y3

Global X, Y, Z components of a unit vector in new nodal Y direction.

z1, z2, z3

Global X, Y, Z components of a unit vector in new nodal Z direction.

Notes

Rotates a nodal coordinate system to the orientation specified by the X, Y and Z direction cosines. Existing rotation specifications on the node are redefined. If only two of the three unit vectors are specified, the third is defined according to the right hand rule. It is the responsibility of the user to ensure that input direction cosines are orthogonal in a right-handed system.

See the NMODIF, NROTAT, and NORA commands for other rotation options.